Uwe Kleine-König 3c15e00e7b mfd/bus: sunxi-rsb: Make .remove() callback return void
The driver core ignores the return value of struct device_driver::remove
because there is only little that can be done. To simplify the quest to
make this function return void, let struct sunxi_rsb_driver::remove
return void, too. All users already unconditionally return 0, this
commit makes this obvious and ensures future users don't behave
differently. To simplify even further, make axp20x_device_remove()
return void instead of returning 0 unconditionally, too.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2021-01-15 13:23:36 +00:00
..
2020-01-24 07:33:57 +00:00
2019-08-14 09:07:20 +01:00
2020-11-19 08:34:21 +00:00
2020-09-30 16:25:29 +01:00
2019-07-02 12:11:31 +01:00
2019-07-15 20:18:40 -07:00
2020-11-19 08:34:21 +00:00
2020-09-30 16:25:19 +01:00
2019-07-09 08:59:39 -07:00