commit | 52117be68b82ee05c96da0a7beec319906ccf6cc | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Wed Nov 07 09:04:54 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Nov 23 06:20:01 2018 -0500 |
tree | 199ca34f17ac36aeec05f92f00ef3e1cb75844ab | |
parent | e10b40f3304360d3a2d07d690ff12197f828f2c8 [diff] |
media: vim2m: use cancel_delayed_work_sync instead of flush_schedule_work The use of flush_schedule_work() made no sense and caused a syzkaller error. Replace with the correct cancel_delayed_work_sync(). Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reported-by: syzbot+69780d144754b8071f4b@syzkaller.appspotmail.com Cc: <stable@vger.kernel.org> # for v4.20 and up Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>