aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2024-02-19 21:28:35 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-02-20 11:24:33 +0100
commit63724bbfb1e6b5e202f9393da4b25d4e7a46f5ec (patch)
treeea6e71c9446c2e25ab199ee872c841ef97ab7fbc /drivers/w1/Makefile
parenta3c08804364e80328a9ffdac59bb26676b938195 (diff)
w1: mxc_w1: 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 ignored (apart from emitting a warning) 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. Eventually after all drivers are converted, .remove_new() will be renamed to .remove(). Trivially convert this driver from always returning zero in the remove callback to the void returning variant. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/d805f3ccc5bc59584c2575b7b33a56a33f6812c7.1708340114.git.u.kleine-koenig@pengutronix.de Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'drivers/w1/Makefile')
0 files changed, 0 insertions, 0 deletions