Re: [PATCH] powerpc: mpc8349emitx: Make mcu_gpiochip_remove() return void
From: Michael Ellerman <hidden>
Date: 2021-11-02 11:52:04
From: Michael Ellerman <hidden>
Date: 2021-11-02 11:52:04
On Thu, 21 Oct 2021 12:56:57 +0200, Uwe Kleine-König wrote:
Up to now mcu_gpiochip_remove() returns zero unconditionally. Make it return void instead which makes it easier to see in the callers that there is no error to handle. Also the return value of i2c remove callbacks is ignored anyway. [...]
Applied to powerpc/next.
[1/1] powerpc: mpc8349emitx: Make mcu_gpiochip_remove() return void
https://git.kernel.org/powerpc/c/5d354dc35ebb0b224d627264c60f60dbda3a1bc3
cheers