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 <[email protected]> > --- > Hello, > > there is no registerd maintainer of this code. I assume so Greg will > pick this up?!
Now picked up, thanks. greg k-h

