From: Dong Aisheng Date: Mon, 4 Nov 2013 08:38:28 +0000 (+0800) Subject: mmc: sdhci-esdhc-imx: fix runtime pm unbalance issue X-Git-Tag: v3.14-rc1~88^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce090a4eb9626272bfd2529520f2f16351029640;p=pandora-kernel.git 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 Acked-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed