summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2024-04-29 10:38:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-29 10:53:31 +0200
commita2c72ed78ab8557ac58cd88d8cf871fcb8c740ee (patch)
tree4b1fc0199888975f12792663add9f5f82df3666a /.gitattributes
parent0b6896838d6af2fd8cc19d6f6970b3e3b9d19a42 (diff)
mcb: lpc: 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> Signed-off-by: Johannes Thumshirn <jth@kernel.org> Link: https://lore.kernel.org/r/cd04e21a7e2646bfe44b2304eea2b3fd0ee84018.1714379722.git.jth@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions