media: s5p-mfc: Clear workbit to handle error condition
authorSmitha T Murthy <smitha.t@samsung.com>
Wed, 7 Sep 2022 10:32:26 +0000 (16:02 +0530)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 7 Dec 2022 16:58:46 +0000 (17:58 +0100)
commitd3f3c2fe54e30b0636496d842ffbb5ad3a547f9b
treec8481f44bf6d80bb31316342ee3dacdf1eaa218f
parent06710cd5d2436135046898d7e4b9408c8bb99446
media: s5p-mfc: Clear workbit to handle error condition

During error on CLOSE_INSTANCE command, ctx_work_bits was not getting
cleared. During consequent mfc execution NULL pointer dereferencing of
this context led to kernel panic. This patch fixes this issue by making
sure to clear ctx_work_bits always.

Fixes: 818cd91ab8c6 ("[media] s5p-mfc: Extract open/close MFC instance commands")
Cc: stable@vger.kernel.org
Cc: linux-fsd@tesla.com
Signed-off-by: Smitha T Murthy <smitha.t@samsung.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_ctrl.c