diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-05-30 10:16:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-30 13:46:56 +0100 |
commit | 22f407278ea43df46f90cece6595e5e8a0d5447c (patch) | |
tree | c121ad79cb47c721701663e51aa3df8194203caa /crypto/ecrdsa.c | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) | |
download | linux-22f407278ea43df46f90cece6595e5e8a0d5447c.tar.gz linux-22f407278ea43df46f90cece6595e5e8a0d5447c.tar.bz2 linux-22f407278ea43df46f90cece6595e5e8a0d5447c.zip |
spi: mt65xx: Properly handle failures in .remove()
Returning an error code in a platform driver's remove function is wrong
most of the time and there is an effort to make the callback return
void. To prepare this rework the function not to exit early.
There wasn't a real problem because if pm runtime resume failed the only
step missing was pm_runtime_disable() which isn't an issue.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230530081648.2199419-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'crypto/ecrdsa.c')
0 files changed, 0 insertions, 0 deletions