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)
commitd912a1d9e9afe69c6066c1ceb6bfc09063074075
treeaebcff27b7d248307282f0bdfdbf595fe71f8c62
parentdbd2f2dc025f9be8ae063e4f270099677238f620
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