]> git.baikalelectronics.ru Git - kernel.git/commit
media: coda: Fix runtime PM imbalance on error
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Thu, 21 May 2020 10:17:35 +0000 (12:17 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 23 Jun 2020 11:19:12 +0000 (13:19 +0200)
commit90361693ad8d13a4311fc671903dcedd6ec06940
treedff4b39dde726b09a0162edac60526e5abd5fc70
parente40a8770fd147e7c0d5bd8c327d88090480242f2
media: coda: 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/coda/coda-common.c