Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124173
b: refs/heads/master
c: 2c9bcea
h: refs/heads/master
i:
  124171: 9e95f0d
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2008
1 parent f92e57a commit 0adb423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44f0079ec74330b457d990072c13cbe28b0f1abf
refs/heads/master: 2c9bcea1a11134a47a46b6b61aeac5f06296d152
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static int tevii_dvbs_set_voltage(struct dvb_frontend *fe,
cx_write(MO_GP0_IO, 0x00006060);
break;
case SEC_VOLTAGE_OFF:
printk("LNB Voltage SEC_VOLTAGE_off\n");
printk("LNB Voltage SEC_VOLTAGE_off\n");
break;
}

Expand Down Expand Up @@ -1091,7 +1091,7 @@ static int dvb_register(struct cx8802_dev *dev)
break;
}

if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) {
if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) {
printk(KERN_ERR
"%s/2: frontend initialization failed\n",
core->name);
Expand Down

0 comments on commit 0adb423

Please sign in to comment.