Re: [PATCH 024/141] staging: unisys: Move visorchannel into visorbus

2015-05-06 Thread Dan Carpenter
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

Re: [PATCH 024/141] staging: unisys: Move visorchannel into visorbus

2015-05-06 Thread Dan Carpenter
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

[PATCH 024/141] staging: unisys: Move visorchannel into visorbus

2015-05-05 Thread Benjamin Romer
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