提交 bc61b010 编写于 作者: A Andrew Morton 提交者: Mauro Carvalho Chehab

V4L/DVB (3193): Replace del_timer with del_timer_sync


- Replace del_timer with del_timer_sync
Signed-off-by: NRicardo Cerqueira <v4l@cerqueira.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
上级 889aee80
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册