Re: [PATCH] firmware: google: make coreboot driver's remove callback return void

From: Greg Kroah-Hartman
Date: Tue Feb 09 2021 - 06:18:53 EST


On Tue, Jan 26, 2021 at 10:53:39PM +0100, Uwe Kleine-König wrote:
> All coreboot drivers return 0 unconditionally in their remove callback.
> Also the device core ignores the return value of the struct
> bus_type::remove(), so make the coreboot remove callback return void
> instead of giving driver authors the illusion they could return an error
> code here.
>
> All drivers are adapted accordingly.
>
> Signed-off-by: Uwe Kleine-König <uwe@xxxxxxxxxxxxxxxxx>
> ---
> Hello,
>
> there is no registerd maintainer of this code. I assume so Greg will
> pick this up?!

Now picked up, thanks.

greg k-h