Skip to content
Commit 2df9d58f authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Ulf Hansson
Browse files

mmc: sdhci-of-at91: fix pm runtime unbalanced issue in error path



The device power usage counter is increased by pm_runtime_get_noresume
but isn't decreased in err_add_host error path.

Fix this issue by calling pm_runtime_put_noidle() in the error path to
restore the device's power usage counter.

Signed-off-by: default avatarJisheng Zhang <jszhang@marvell.com>
Acked-by: default avatarLudovic Desroches <ludovic.desroches@atmel.com>
Fixes: f5f17813

 ("mmc: sdhci-of-at91: add PM support)
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 41c89159
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment