commit | e1d46d30d133e7909e7dde06a4e867225c7e079b | [log] [tgz] |
---|---|---|
author | Junjie Mao <junjie.mao@enight.me> | Fri Jul 17 10:29:00 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Aug 14 17:41:21 2015 +0100 |
tree | 7eaad75a3764e9b34ea9a97fcb21b2d1f51f9e8f | |
parent | c9b1e834bc8decaf979344e8121e4ad1ded8dc8a [diff] |
ASoC: Intel: fix runtime pm imbalance on error pm_runtime_get_sync() increments the runtime PM usage counter even the call returns an error code. Thus a pairing decrement is needed on the error handling path to keep the counter balanced. Signed-off-by: Junjie Mao <junjie.mao@enight.me> Signed-off-by: Mark Brown <broonie@kernel.org>