Re: [PATCH 0/5] spi: make remove callback a void function

2022-02-10 Thread Mark Brown
On Sun, 23 Jan 2022 18:51:56 +0100, Uwe Kleine-König wrote: > this series goal is to change the spi remove callback's return value to void. > After numerous patches nearly all drivers already return 0 unconditionally. > The four first patches in this series convert the remaining three drivers to >

Re: [PATCH 0/5] spi: make remove callback a void function

2022-01-26 Thread Lee Jones
My usual mailer won't let me reply to this many people, so I'm using Gmail. No idea what chaos this will cause, but here goes ... > The value returned by an spi driver's remove function is mostly ignored. > (Only an error message is printed if the value is non-zero that the > error is ignored.) >