Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137805
b: refs/heads/master
c: 8afe6ad
h: refs/heads/master
i:
  137803: 1b3a629
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent c635951 commit a3e79b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: e230b22b59bc07d906f1558a8951206ccab33824
refs/heads/master: 8afe6ad6176205b9612110b8f64dbf3325a1c236
7 changes: 6 additions & 1 deletion trunk/drivers/media/dvb/frontends/cx24116.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,12 @@ static int cx24116_initfe(struct dvb_frontend *fe)
if (ret != 0)
return ret;

return cx24116_diseqc_init(fe);
ret = cx24116_diseqc_init(fe);
if (ret != 0)
return ret;

/* HVR-4000 needs this */
return cx24116_set_voltage(fe, SEC_VOLTAGE_13);
}

/*
Expand Down

0 comments on commit a3e79b5

Please sign in to comment.