]> git.baikalelectronics.ru Git - kernel.git/commit
media: sti: Fix reference count leaks
authorQiushi Wu <wu000273@umn.edu>
Sun, 14 Jun 2020 03:31:06 +0000 (05:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 27 Sep 2020 08:55:50 +0000 (10:55 +0200)
commitb07d01af0f5e0d9b44d76c6b86300f1097f9b6f7
treeb853ef6e51b558466d390c4ec5976e02fa230ccf
parent376dcbc50f1361368d7cca57c22a832e0553b2f0
media: sti: Fix reference count leaks

pm_runtime_get_sync() increments the runtime PM usage counter even
when it returns an error code, causing incorrect ref count if
pm_runtime_put_noidle() is not called in error handling paths.
Thus call pm_runtime_put_noidle() if pm_runtime_get_sync() fails.

Signed-off-by: Qiushi Wu <wu000273@umn.edu>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/sti/hva/hva-hw.c