On Mon, Apr 25, 2022 at 7:33 PM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > > All teardown functions return 0. Also there is little sense in returning > a negative error code from an i2c remove function as this only results in > emitting an error message but the device is removed nevertheless. > > This patch is a preparation for making i2c remove callbacks return void. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > Changes since (implicit) v1: > > - make it actually compile, thanks to the kernel test robot for > pointing that out. > Thanks, applied. Bart