Hello,
On Thu, May 26, 2022 at 10:25:38PM +0200, Uwe Kleine-König wrote:
A remove callback that just returns 0 is equivalent to no callback at all as can be seen in i2c_device_remove(). So simplify accordingly.
I intend to change the prototype of i2c remove callbacks to return void after the next merge window. This patch is a preparation for that quest.
So I ask you to either take this patch to sil164_drv.c before (my preferred option), or accept that I send it as part of a bigger series that will probably be merged via the i2c tree.
See https://lore.kernel.org/linux-i2c/20220609091018.q52fhowlsdbdkct5@pengutroni... for some more details.
Best regards Uwe