media: st-delta: Fix reference count leak in delta_run_work
authorAditya Pakki <pakki001@umn.edu>
Sun, 14 Jun 2020 03:58:41 +0000 (05:58 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 27 Sep 2020 08:56:07 +0000 (10:56 +0200)
commit57cc666d36adc7b45e37ba4cd7bc4e44ec4c43d7
tree2081b9a59dbc78ee665051dd5e9d4860041dffe5
parent6f4432bae9f2d12fc1815b5e26cc07e69bcad0df
media: st-delta: Fix reference count leak in delta_run_work

delta_run_work() calls delta_get_sync() that increments
the reference counter. In case of failure, decrement the reference
count by calling delta_put_autosuspend().

Signed-off-by: Aditya Pakki <pakki001@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/delta/delta-v4l2.c