diff options
Diffstat (limited to 'drivers/media/video/cx23885/cimax2.c')
-rw-r--r-- | drivers/media/video/cx23885/cimax2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cimax2.c b/drivers/media/video/cx23885/cimax2.c index 08582e58bdbf..0316257b7345 100644 --- a/drivers/media/video/cx23885/cimax2.c +++ b/drivers/media/video/cx23885/cimax2.c | |||
@@ -443,6 +443,7 @@ int netup_ci_init(struct cx23885_tsport *port) | |||
443 | goto err; | 443 | goto err; |
444 | 444 | ||
445 | INIT_WORK(&state->work, netup_read_ci_status); | 445 | INIT_WORK(&state->work, netup_read_ci_status); |
446 | schedule_work(&state->work); | ||
446 | 447 | ||
447 | ci_dbg_print("%s: CI initialized!\n", __func__); | 448 | ci_dbg_print("%s: CI initialized!\n", __func__); |
448 | 449 | ||