commit | 631c694f7d7e17147bcf6c7c3669c8f4dc84cc09 | [log] [tgz] |
---|---|---|
author | Ernst Martin Witte <emw-linux-kernel@nocabal.de> | Sat Jan 09 18:18:45 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Feb 01 09:40:18 2016 -0200 |
tree | 28ddcb04999b3464000e847b24759c3a651b158f | |
parent | 4c7cad4bbf718e73a49e236e2b79489f1ee83810 [diff] |
[media] af9013: cancel_delayed_work_sync before device removal / kfree af9013_remove was calling kfree(state) with possibly still active schedule_delayed_work(&state->statistics_work). A similar bug in si2157 caused kernel panics in call_timer_fn e.g. after rmmod cx23885. Signed-off-by: Ernst Martin Witte <emw-linux-kernel@nocabal.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>