mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
V4L/DVB (3193): Replace del_timer with del_timer_sync
- Replace del_timer with del_timer_sync Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
parent
889aee805a
commit
bc61b0102a
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ void bttv_input_fini(struct bttv *btv)
|
|||
if (btv->remote->rc5_gpio) {
|
||||
u32 gpio;
|
||||
|
||||
del_timer(&btv->remote->timer_end);
|
||||
del_timer_sync(&btv->remote->timer_end);
|
||||
flush_scheduled_work();
|
||||
|
||||
gpio = bttv_gpio_read(&btv->c);
|
||||
|
|
Loading…
Reference in a new issue