mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass_remove()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 21 Apr 2025 15:00:34 +0000 (17:00 +0200)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:48:54 +0000 (08:48 +0100)
commitb70b84556eeca5262d290e8619fe0af5b7664a52
tree8a633c2517672fab096322d6a895e001b2e98683
parent484f0f59f09edd1f6fa63703c12eb30d72a519ac
mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass_remove()

exynos_lpass_disable() is called twice in the remove function. Remove
one of these calls.

Fixes: 90f447170c6f ("mfd: exynos-lpass: Add runtime PM support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/74d69e8de10308c9855db6d54155a3de4b11abfd.1745247209.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/exynos-lpass.c