Skip to content

Commit

Permalink
V4L/DVB (3193): Replace del_timer with del_timer_sync
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 889aee8 commit bc61b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/bttv-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bc61b01

Please sign in to comment.