On Tue, Jul 22, 2014 at 5:11 PM, Mark Brown <broonie@xxxxxxxxxx> wrote: > On Tue, Jul 22, 2014 at 05:08:13PM +0200, Linus Walleij wrote: > >> Heads up. Requesting ACKs for this patch or I'm atleast warning that it will be >> applied. We're getting rid of the return value from gpiochip_remove(). > > Can someone send the patch please? Splitting it up per-subsystem would > probably be easier... OK Abdoulaye maybe we can do it a piece at a time? I have removed the __must_check attribute from gpiochip_remove() in the gpiolib, so the compiler won't complain about this being missing anymore as of kernel v3.17. I also dropped the check in the GPIO and pin control subsystem, and other subsystems can start dropping the checks too if they are OK with the build warnings from the kautobuild until the __must_check removal has propagated upstream. Yours, Linus Walleij