From: Li Fei Date: Mon, 8 Apr 2013 01:36:39 +0000 (+0800) Subject: mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~41^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bffb800b91bb128b61d83deb01ce63c455d108f;p=pandora-kernel.git mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case Even in failed case of pm_runtime_get_sync, the usage_count is incremented. In order to keep the usage_count with correct value and runtime power management to behave correctly, call pm_runtime_put_noidle in such case. Signed-off-by: Liu Chuansheng Signed-off-by: Li Fei Acked-by: Ohad Ben-Cohen Signed-off-by: Chris Ball --- Reading git-diff-tree failed