diff options
Diffstat (limited to 'drivers/media/pci/cx23885/altera-ci.c')
-rw-r--r-- | drivers/media/pci/cx23885/altera-ci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/cx23885/altera-ci.c b/drivers/media/pci/cx23885/altera-ci.c index aee7f0dacff1..495781ee4711 100644 --- a/drivers/media/pci/cx23885/altera-ci.c +++ b/drivers/media/pci/cx23885/altera-ci.c | |||
@@ -416,7 +416,7 @@ static void netup_read_ci_status(struct work_struct *work) | |||
416 | DVB_CA_EN50221_POLL_CAM_READY : 0); | 416 | DVB_CA_EN50221_POLL_CAM_READY : 0); |
417 | ci_dbg_print("%s: setting CI[1] status = 0x%x\n", | 417 | ci_dbg_print("%s: setting CI[1] status = 0x%x\n", |
418 | __func__, inter->state[1]->status); | 418 | __func__, inter->state[1]->status); |
419 | }; | 419 | } |
420 | 420 | ||
421 | if (inter->state[0] != NULL) { | 421 | if (inter->state[0] != NULL) { |
422 | inter->state[0]->status = | 422 | inter->state[0]->status = |
@@ -425,7 +425,7 @@ static void netup_read_ci_status(struct work_struct *work) | |||
425 | DVB_CA_EN50221_POLL_CAM_READY : 0); | 425 | DVB_CA_EN50221_POLL_CAM_READY : 0); |
426 | ci_dbg_print("%s: setting CI[0] status = 0x%x\n", | 426 | ci_dbg_print("%s: setting CI[0] status = 0x%x\n", |
427 | __func__, inter->state[0]->status); | 427 | __func__, inter->state[0]->status); |
428 | }; | 428 | } |
429 | } | 429 | } |
430 | 430 | ||
431 | /* CI irq handler */ | 431 | /* CI irq handler */ |