diff options
author | 2022-07-05 22:51:38 +0200 | |
---|---|---|
committer | 2022-07-15 16:43:20 +0800 | |
commit | 4fdcabb86ab17621b54695e5bb52ceddef434e82 (patch) | |
tree | efc28c220ef05dd4ff6b6a44eada10acc5a7dc89 /lib/zstd/zstd_common_module.c | |
parent | crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume() (diff) | |
download | wireguard-linux-4fdcabb86ab17621b54695e5bb52ceddef434e82.tar.xz wireguard-linux-4fdcabb86ab17621b54695e5bb52ceddef434e82.zip |
crypto: atmel-aes - Drop if with an always false condition
The remove callback is only called after probe completed successfully.
In this case platform_set_drvdata() was called with a non-NULL argument
and so aes_dd is never NULL.
This is a preparation for making platform remove callbacks return void.
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 'lib/zstd/zstd_common_module.c')
0 files changed, 0 insertions, 0 deletions