Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124031
b: refs/heads/master
c: bb29cc6
h: refs/heads/master
i:
  124029: f27c0bf
  124027: 2dfe6cc
  124023: 95a3ac7
  124015: 05df9a8
  123999: 5e04b0c
  123967: 8723461
  123903: 85b7539
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent bff5cdf commit 4259ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 795b72b21a566b9e440e7e8afadcfa76386c1cb2
refs/heads/master: bb29cc6ffa15bc2c4f2c014a44d995368244e7ba
12 changes: 0 additions & 12 deletions trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,6 @@ static int stb0899_sleep(struct dvb_frontend *fe)
u8 reg;

dprintk(verbose, FE_DEBUG, 1, "Going to Sleep .. (Really tired .. :-))");

reg = stb0899_read_reg(state, STB0899_SYNTCTRL);
STB0899_SETFIELD_VAL(STANDBY, reg, 1);
stb0899_write_reg(state, STB0899_SYNTCTRL, reg);

return 0;
}

Expand All @@ -817,13 +812,6 @@ static int stb0899_wakeup(struct dvb_frontend *fe)
int rc;
struct stb0899_state *state = fe->demodulator_priv;

if ((rc = stb0899_write_reg(state, STB0899_SYNTCTRL, STB0899_SELOSCI)))
return rc;
/* Activate all clocks; DVB-S2 registers are inaccessible otherwise. */
if ((rc = stb0899_write_reg(state, STB0899_STOPCLK1, 0x00)))
return rc;
if ((rc = stb0899_write_reg(state, STB0899_STOPCLK2, 0x00)))
return rc;

return 0;
}
Expand Down

0 comments on commit 4259ab0

Please sign in to comment.