diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-input.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-input.c b/drivers/media/video/cx88/cx88-input.c index c6d412b1f218..8136673fe9e8 100644 --- a/drivers/media/video/cx88/cx88-input.c +++ b/drivers/media/video/cx88/cx88-input.c | |||
@@ -158,7 +158,7 @@ static void cx88_ir_work(struct work_struct *work) | |||
158 | static void cx88_ir_start(struct cx88_core *core, struct cx88_IR *ir) | 158 | static void cx88_ir_start(struct cx88_core *core, struct cx88_IR *ir) |
159 | { | 159 | { |
160 | if (ir->polling) { | 160 | if (ir->polling) { |
161 | INIT_WORK(&ir->work, cx88_ir_work, ir); | 161 | INIT_WORK(&ir->work, cx88_ir_work); |
162 | init_timer(&ir->timer); | 162 | init_timer(&ir->timer); |
163 | ir->timer.function = ir_timer; | 163 | ir->timer.function = ir_timer; |
164 | ir->timer.data = (unsigned long)ir; | 164 | ir->timer.data = (unsigned long)ir; |