]> git.baikalelectronics.ru Git - kernel.git/commit
media: platform: sti: hva: Fix runtime PM imbalance on error
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Thu, 21 May 2020 10:05:02 +0000 (12:05 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 27 Sep 2020 08:50:34 +0000 (10:50 +0200)
commit229881759afe2280458358b7c8f0fda232758dd9
treeaebcff27b7d248307282f0bdfdbf595fe71f8c62
parente93e9776bb08942fbe29030307457527a8a1540a
media: platform: sti: hva: Fix runtime PM imbalance on error

pm_runtime_get_sync() increments the runtime PM usage counter even
when it 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>
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