Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc61b010 authored by Andrew Morton's avatar Andrew Morton Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3193): Replace del_timer with del_timer_sync




- Replace del_timer with del_timer_sync

Signed-off-by: default avatarRicardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
parent 889aee80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);