]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: tegra - remove redundant error check on ret
authorColin Ian King <colin.i.king@gmail.com>
Tue, 15 Oct 2024 13:11:22 +0000 (14:11 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Oct 2024 10:33:09 +0000 (18:33 +0800)
commit7b90df78184de90fe5afcc45393c8ad83b5b18a1
tree389008468fb4d89876c84300a19ff4d2e48b55fe
parent69b062072739404f403bab2710b770919ce2f1ce
crypto: tegra - remove redundant error check on ret

Currently there is an unnecessary error check on ret without a proceeding
assignment to ret that needs checking. The check is redundant and can be
removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/tegra/tegra-se-aes.c