OSDN Git Service

ASoC: img-spdif-in: Fix runtime PM imbalance on error
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Wed, 27 May 2020 08:43:24 +0000 (16:43 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 27 May 2020 13:48:53 +0000 (14:48 +0100)
commit53865b3259554389e40aeead392151c819b52a71
tree2fa41a2776f243ce75dc00cb3b6d5c887132af2d
parent3c35e79cead31c3bd79875ae90f9655dc77ad13c
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>
sound/soc/img/img-spdif-in.c