android_kernel_xiaomi_sm7250/drivers/crypto/stm32
Zheng Yongjun 7392675e4a crypto: stm32 - fix reference leak in stm32_crc_remove
[ Upstream commit e9a36feecee0ee5845f2e0656f50f9942dd0bed3 ]

pm_runtime_get_sync() will increment pm usage counter even it
failed. Forgetting to call pm_runtime_put_noidle will result
in reference leak in stm32_crc_remove, so we should fix it.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-05-25 09:10:37 +02:00
..
Kconfig
Makefile
stm32_crc32.c crypto: stm32 - fix reference leak in stm32_crc_remove 2022-05-25 09:10:37 +02:00
stm32-cryp.c crypto: stm32/cryp - fix double pm exit 2022-01-27 09:04:19 +01:00
stm32-hash.c crypto: stm32/hash - Fix hmac issue more than 256 bytes 2019-12-05 09:21:34 +01:00