linux-stable/sound/soc/img
Yufen Yu 0c67c2e203 ASoC: img: Fix PM reference leak in img_i2s_in_probe()
[ Upstream commit 81aad47278 ]

pm_runtime_get_sync will increment pm usage counter even it failed.
Forgetting to putting operation will result in reference leak here.
Fix it by replacing it with pm_runtime_resume_and_get to keep usage
counter balanced.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Link: https://lore.kernel.org/r/20210524093521.612176-1-yuyufen@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-07-20 16:05:42 +02:00
..
img-i2s-in.c ASoC: img: Fix PM reference leak in img_i2s_in_probe() 2021-07-20 16:05:42 +02:00
img-i2s-out.c ASoC: img-i2s-out: Fix runtime PM imbalance on error 2020-05-29 13:30:04 +01:00
img-parallel-out.c ASoC: img-parallel-out: Fix a reference count leak 2020-06-15 20:58:35 +01:00
img-spdif-in.c ASoC: img-spdif-in: Fix runtime PM imbalance on error 2020-05-27 14:48:53 +01:00
img-spdif-out.c ASoC: img-spdif-out: Fix runtime PM imbalance on error 2020-05-27 14:48:50 +01:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pistachio-internal-dac.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 2019-06-05 17:37:15 +02:00