diff options
author | Qiushi Wu <wu000273@umn.edu> | 2020-06-13 23:51:58 +0300 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2020-06-30 22:38:04 +0300 |
commit | 5ef8e112ddac71c11f9519067fb920a7595190f3 (patch) | |
tree | a9eee7b881472c7e9598e683c57c00996f122178 /sound/oss/sleep.h | |
parent | b6c4066a2b2a4f550144c8d8fe05f512bddf08b0 (diff) | |
download | linux-5ef8e112ddac71c11f9519067fb920a7595190f3.tar.xz |
ASoC: rockchip: Fix a reference count leak.
[ Upstream commit f141a422159a199f4c8dedb7e0df55b3b2cf16cd ]
Calling pm_runtime_get_sync increments the counter even in case of
failure, causing incorrect ref count if pm_runtime_put is not called in
error handling paths. Call pm_runtime_put if pm_runtime_get_sync fails.
Fixes: fc05a5b22253 ("ASoC: rockchip: add support for pdm controller")
Signed-off-by: Qiushi Wu <wu000273@umn.edu>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20200613205158.27296-1-wu000273@umn.edu
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound/oss/sleep.h')
0 files changed, 0 insertions, 0 deletions