diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 03ef89051cd1..462947319dda 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -406,7 +406,7 @@ static int tevii_dvbs_set_voltage(struct dvb_frontend *fe, | |||
406 | cx_write(MO_GP0_IO, 0x00006060); | 406 | cx_write(MO_GP0_IO, 0x00006060); |
407 | break; | 407 | break; |
408 | case SEC_VOLTAGE_OFF: | 408 | case SEC_VOLTAGE_OFF: |
409 | printk("LNB Voltage SEC_VOLTAGE_off\n"); | 409 | printk("LNB Voltage SEC_VOLTAGE_off\n"); |
410 | break; | 410 | break; |
411 | } | 411 | } |
412 | 412 | ||
@@ -1091,7 +1091,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
1091 | break; | 1091 | break; |
1092 | } | 1092 | } |
1093 | 1093 | ||
1094 | if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) { | 1094 | if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) { |
1095 | printk(KERN_ERR | 1095 | printk(KERN_ERR |
1096 | "%s/2: frontend initialization failed\n", | 1096 | "%s/2: frontend initialization failed\n", |
1097 | core->name); | 1097 | core->name); |