summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorYangtao Li <frank.li@vivo.com>2023-07-12 12:40:13 +0300
committerDaniel Lezcano <daniel.lezcano@linaro.org>2024-04-23 10:21:48 +0300
commitf9059eb5d73e65c88b88465abed4364dfc7b20b4 (patch)
treed54a54d042c7110c2f5d5c2ad099e8d2ae101a00 /COPYING
parented30a4a51bb196781c8058073ea720133a65596f (diff)
downloadlinux-f9059eb5d73e65c88b88465abed4364dfc7b20b4.tar.xz
cpuidle: kirkwood: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes many driver authors wrongly assume it's possible to do error handling by returning an error code. However the value returned is (mostly) ignored and this typically results in resource leaks. To improve here there is a quest to make the remove callback return void. In the first step of this quest all drivers are converted to .remove_new() which already returns void. Trivially convert this driver from always returning zero in the remove callback to the void returning variant. Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Yangtao Li <frank.li@vivo.com> Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230712094014.41787-1-frank.li@vivo.com
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions