Uwe Kleine-König b6f2943182 mfd: twl6030: Make twl6030_exit_irq() return void
This function returns 0 unconditionally, so there is no benefit in
returning a value at all and make the caller do error checking.

Also the caller (twl_remove()) cannot do anything sensible with an error
code. Passing it up the call stack isn't a good option because the i2c core
ignores error codes (apart from emitting an error message).

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220113101430.12869-2-u.kleine-koenig@pengutronix.de
2022-04-28 17:24:10 +01:00
..
2022-03-25 13:56:18 -07:00
2022-03-21 18:33:57 -07:00
2022-03-08 09:44:06 +00:00
2019-07-15 20:18:40 -07:00
2022-03-08 09:44:06 +00:00
2021-06-15 13:02:53 +01:00
2019-07-09 08:59:39 -07:00