mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
stable inclusion from stable-v5.10.173 commit 754e81ff44061dda68da0fd4ef51bd1aa9fbf2cf category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7X0QU Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=754e81ff44061dda68da0fd4ef51bd1aa9fbf2cf -------------------------------- [ Upstream commit 4414a7ab ] In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get() as pm_runtime_get_sync() will increase the refcnt even when it returns an error. Signed-off-by:Liang He <windhl@126.com> Acked-by:
Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by:
Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230105061055.1509261-1-windhl@126.com Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment