commit | ce090a4eb9626272bfd2529520f2f16351029640 | [log] [tgz] |
---|---|---|
author | Dong Aisheng <b29396@freescale.com> | Mon Nov 04 16:38:28 2013 +0800 |
committer | Chris Ball <chris@printf.net> | Mon Jan 13 12:48:09 2014 -0500 |
tree | 1a268c86fa18352bc4ebb508ffa70c1680923c79 | |
parent | 8b2bb0adce2c0cb63fcb77f4e54ac11ae54d84c0 [diff] |
mmc: sdhci-esdhc-imx: fix runtime pm unbalance issue Since we're using common esdhc_send_command for tuning commands and the core code will call pm_runtime_put after command is finished. So we add a pm_runtime_get_sync here to get the balance. Signed-off-by: Dong Aisheng <b29396@freescale.com> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>