[PATCH 1/4] mfd: exynos-lpass: Fix an error handling path in exynos_lpass_probe()
Krzysztof Kozlowski
krzk at kernel.org
Sun Mar 30 03:01:37 PDT 2025
On 29/03/2025 08:45, Christophe JAILLET wrote:
> If an error occurs after a successful regmap_init_mmio(), regmap_exit()
> should be called as already done in the .remove() function.
>
> Switch to devm_regmap_init_mmio() to avoid the leak and simplify the
> .remove() function.
>
> Fixes: c695abab2429 ("mfd: Add Samsung Exynos Low Power Audio Subsystem driver")
c414df12bdf7 should be fixed instead, I think.
> Signed-off-by: Christophe JAILLET <christophe.jaillet at wanadoo.fr>
> ---
> The .remove function was added in commit c414df12bdf7 ("mfd: exynos-lpass:
> Add missing remove() function")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list