Oh. Don didn't introduce this bug, he was just moving files around.
It's better to not modify things when you move them so Don's patch is
correct.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverpr
On Tue, May 05, 2015 at 06:36:01PM -0400, Benjamin Romer wrote:
> From: Don Zickus
> + rc = p;
> +cleanup:
> +
> + if (!rc) {
> + if (!p) {
> + visorchannel_destroy(p);
> + p = NULL;
> + }
> + }
> + return rc;
> +}
Ho
From: Don Zickus
visorchannel seems to be a necessary component to visorbus and can never
function as a standalone module. Let's treat it like a visorbus feature
that is always enabled.
Signed-off-by: Don Zickus
Signed-off-by: Benjamin Romer
---
drivers/staging/unisys/Kconfig