commit | 53865b3259554389e40aeead392151c819b52a71 | [log] [tgz] |
---|---|---|
author | Dinghao Liu <dinghao.liu@zju.edu.cn> | Wed May 27 16:43:24 2020 +0800 |
committer | Mark Brown <broonie@kernel.org> | Wed May 27 14:48:53 2020 +0100 |
tree | 2fa41a2776f243ce75dc00cb3b6d5c887132af2d | |
parent | 3c35e79cead31c3bd79875ae90f9655dc77ad13c [diff] |
ASoC: img-spdif-in: 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: Dinghao Liu <dinghao.liu@zju.edu.cn> Link: https://lore.kernel.org/r/20200527084326.4131-1-dinghao.liu@zju.edu.cn Signed-off-by: Mark Brown <broonie@kernel.org>