summaryrefslogtreecommitdiff
path: root/crypto/nhpoly1305.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-07-31 19:54:56 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2023-08-11 14:19:27 +0300
commit7f1045c61876addde13b9aeff2d504aa9dabc3a7 (patch)
tree6eca9060294625c46075ed8070e8c091c985281d /crypto/nhpoly1305.c
parent3feec4ef9f99e2ca3c4614bc0c46e9c0ad337357 (diff)
downloadlinux-7f1045c61876addde13b9aeff2d504aa9dabc3a7.tar.xz
crypto: stm32 - 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() is 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: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/nhpoly1305.c')
0 files changed, 0 insertions, 0 deletions