projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889aee8
)
V4L/DVB (3193): Replace del_timer with del_timer_sync
author
Andrew Morton
<akpm@osdl.org>
Mon, 9 Jan 2006 17:25:28 +0000
(15:25 -0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:25:28 +0000
(15:25 -0200)
- 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>
drivers/media/video/bttv-input.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/bttv-input.c
b/drivers/media/video/bttv-input.c
index fa6ccbc6f26df90d10c8b8b100659fe0a8c4ff8a..12197f1b27578a7957dac30f78613f4f1b81ae55 100644
(file)
--- a/
drivers/media/video/bttv-input.c
+++ b/
drivers/media/video/bttv-input.c
@@
-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);