Skip to content
Commit e51a349d authored by Gu Bowen's avatar Gu Bowen Committed by Ulf Hansson
Browse files

mmc: atmel-mci: Add missing clk_disable_unprepare()



The error path when atmci_configure_dma() set dma fails in atmci driver
does not correctly disable the clock.
Add the missing clk_disable_unprepare() to the error path for pair with
clk_prepare_enable().

Fixes: 467e081d ("mmc: atmel-mci: use probe deferring if dma controller is not ready yet")
Signed-off-by: default avatarGu Bowen <gubowen5@huawei.com>
Acked-by: default avatarAubin Constans <aubin.constans@microchip.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250225022856.3452240-1-gubowen5@huawei.com


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 80e54e84
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment