commit | 3bffb800b91bb128b61d83deb01ce63c455d108f | [log] [tgz] |
---|---|---|
author | Li Fei <fei.li@intel.com> | Mon Apr 08 09:36:39 2013 +0800 |
committer | Chris Ball <cjb@laptop.org> | Fri Apr 12 14:15:04 2013 -0400 |
tree | c43e1e0a36a6227fcf2be401aab951eec390e31e | |
parent | abd4190f0c820b7f118450b52bb95c0be3a441bd [diff] |
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 <chuansheng.liu@intel.com> Signed-off-by: Li Fei <fei.li@intel.com> Acked-by: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Chris Ball <cjb@laptop.org>