commit | 283189d3be56aa6db6f192bb255df68493cd79ac | [log] [tgz] |
---|---|---|
author | Li Fei <fei.li@intel.com> | Thu Feb 28 15:37:11 2013 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Mar 01 14:54:16 2013 +0800 |
tree | f59b3424585aa8e4383626df29486127826b63be | |
parent | a2b37efc4e2aa76a5be29bbde8a2cd1c9c9066bc [diff] |
regmap: irq: call pm_runtime_put 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(_sync) in such case. Signed-off-by Liu Chuansheng <chuansheng.liu@intel.com> Signed-off-by: Li Fei <fei.li@intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>