On Sat, Mar 18, 2023 at 11:51:10PM +0100, Uwe Kleine-König wrote: > If a platform driver's remove callback returns non-zero the driver core > emits an error message. In such a case however iqs62x_keys_remove() > already issued a (better) message. So return zero to suppress the > generic message. > > This patch has no other side effects as platform_remove() ignores the > return value of .remove() after the warning. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Applied, thank you. -- Dmitry