]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hwrng: mtk - Use devm_pm_runtime_enable
authorGuoqing Jiang <guoqing.jiang@canonical.com>
Mon, 26 Aug 2024 07:04:15 +0000 (15:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 14:29:54 +0000 (16:29 +0200)
commit5ad4d0b64820ae6f123261060dffe3f11cb023ff
tree3c42482a12ae22ce5b64bedbc767be9a7f6df08a
parent7cb51731f24b216b0b87942f519f2c67a17107ee
hwrng: mtk - Use devm_pm_runtime_enable

commit 78cb66caa6ab5385ac2090f1aae5f3c19e08f522 upstream.

Replace pm_runtime_enable with the devres-enabled version which
can trigger pm_runtime_disable.

Otherwise, the below appears during reload driver.

mtk_rng 1020f000.rng: Unbalanced pm_runtime_enable!

Fixes: 81d2b34508c6 ("hwrng: mtk - add runtime PM support")
Cc: <stable@vger.kernel.org>
Suggested-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: Guoqing Jiang <guoqing.jiang@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/hw_random/mtk-rng.c