diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-10-12 17:39:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-13 14:35:37 +0200 |
commit | 85385a51ceadfe79ae3b1eb5848fab6c3b917ea8 (patch) | |
tree | 491cb7eb9149c4d4d522891ed8ee2ba37d97f2c1 /samples | |
parent | 4df4946d26bb7866b71cbdf86abe285ed3a79cee (diff) | |
download | linux-85385a51ceadfe79ae3b1eb5848fab6c3b917ea8.tar.bz2 |
misc: ad525x_dpot: Make ad_dpot_remove() return void
Up to now ad_dpot_remove() returns zero unconditionally. Make it return
void instead which makes it easier to see in the callers that there is
no error to handle.
Also the return value of i2c and spi remove callbacks is ignored anyway.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20211012153945.2651412-12-u.kleine-koenig@pengutronix.de
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions