On Thu, Jul 07, 2022 at 05:31:56PM +0200, Uwe Kleine-König wrote: > When a remove platform device callback returns an error code, the driver > core emits an error message ("remove callback returned a non-zero value. > This will be ignored.\n") and still removes the device. As the driver > already emits a more specific error message, return 0 to suppress the > core's error message. > > This is a preparation for making platform remove callbacks return void. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Acked-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>