]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sat, 3 Aug 2024 06:49:23 +0000 (14:49 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Aug 2024 04:25:34 +0000 (12:25 +0800)
commit4b7acc85de14ee8a2236f54445dc635d47eceac0
treed3c89d469ef9136959cc3725c695b3277fec80c6
parentd57e2f7cffd57fe2800332dec768ec1b67a4159f
hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume

Add the missing clk_disable_unprepare() before return in
cctrng_resume().

Fixes: a583ed310bb6 ("hwrng: cctrng - introduce Arm CryptoCell driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/cctrng.c