]> asedeno.scripts.mit.edu Git - linux.git/commit
media: pxa_camera: add missed tasklet_kill
authorChuhong Yuan <hslester96@gmail.com>
Tue, 3 Dec 2019 11:13:24 +0000 (12:13 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 13 Dec 2019 08:23:33 +0000 (09:23 +0100)
commit373606320834a998f4aa48ea66673ac8103db270
treed72ab15ebf8bda127eccff33d68d2e92b01b8be4
parent7b575b6d8de03ca6b6ab85fa1dd53d2ce921a4a0
media: pxa_camera: add missed tasklet_kill

This driver forgets to kill tasklet when probe fails and remove.
Add the calls to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/pxa_camera.c