Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124419
b: refs/heads/master
c: 2fd9339
h: refs/heads/master
i:
  124417: 7e31de5
  124415: 14a62d0
v: v3
  • Loading branch information
Darron Broad authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 15a5310 commit 3ae6d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 3569476dcebc7d6154815239ec982dee77511581
refs/heads/master: 2fd9339664bc18a5345bbd6b855ff58273049f32
5 changes: 2 additions & 3 deletions trunk/drivers/media/dvb/frontends/cx24116.c
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ static int cx24116_set_frontend(struct dvb_frontend *fe,
struct dtv_frontend_properties *c = &fe->dtv_property_cache;
struct cx24116_cmd cmd;
fe_status_t tunerstat;
int i, status, ret, retune;
int i, status, ret, retune = 1;

dprintk("%s()\n", __func__);

Expand All @@ -1224,7 +1224,6 @@ static int cx24116_set_frontend(struct dvb_frontend *fe,

/* Pilot doesn't exist in DVB-S, turn bit off */
state->dnxt.pilot_val = CX24116_PILOT_OFF;
retune = 1;

/* DVB-S only supports 0.35 */
if (c->rolloff != ROLLOFF_35) {
Expand Down Expand Up @@ -1252,7 +1251,7 @@ static int cx24116_set_frontend(struct dvb_frontend *fe,
case PILOT_AUTO: /* Not supported but emulated */
state->dnxt.pilot_val = (c->modulation == QPSK)
? CX24116_PILOT_OFF : CX24116_PILOT_ON;
retune = 2;
retune++;
break;
case PILOT_OFF:
state->dnxt.pilot_val = CX24116_PILOT_OFF;
Expand Down

0 comments on commit 3ae6d7b

Please sign in to comment.