Uwe Kleine-König 869f98756e mmc: sdhci-of-arasan: Obviously always return success in remove callback
sdhci_pltfm_unregister() returns 0 unconditionally and returning an
error in a platform remove callback isn't very sensible. (The only
effect of the latter is that the device core emits a generic warning and
then removes the device anyhow.)

So return 0 unconditionally to make it obvious there is no error
forwarded to the upper layers.

This is a preparation for making platform remove callbacks return void.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20220610211257.102071-4-u.kleine-koenig@pengutronix.de
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2022-07-12 12:25:38 +02:00
..
2021-02-15 10:43:23 +01:00
2022-07-12 12:25:37 +02:00
2022-07-12 12:25:34 +02:00
2022-07-12 12:25:33 +02:00
2022-04-19 16:27:05 +02:00
2019-07-11 18:11:21 -07:00
2022-05-04 12:32:44 +02:00
2022-05-04 11:52:07 +02:00
2021-02-08 13:00:31 +01:00