diff options
author | Andrew de Quincy <devnull@localhost> | 2004-12-18 21:52:12 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-12-18 21:52:12 +0000 |
commit | 38084b8b806fad0506156470eb859e1bd021e1f1 (patch) | |
tree | 66ac151eccaf0cd6296d5f083dba223e0bcf83f7 /linux/drivers/media/dvb/frontends/stv0297.c | |
parent | de209db4610dd1d52d4eeb5a3f8d08b796511f42 (diff) | |
download | mediapointer-dvb-s2-38084b8b806fad0506156470eb859e1bd021e1f1.tar.gz mediapointer-dvb-s2-38084b8b806fad0506156470eb859e1bd021e1f1.tar.bz2 |
Compile fix
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0297.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv0297.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0297.c b/linux/drivers/media/dvb/frontends/stv0297.c index 92e48114a..e80bff1d2 100644 --- a/linux/drivers/media/dvb/frontends/stv0297.c +++ b/linux/drivers/media/dvb/frontends/stv0297.c @@ -433,7 +433,7 @@ static int stv0297_sleep(struct dvb_frontend *fe) { struct stv0297_state *state = (struct stv0297_state *) fe->demodulator_priv; - stv0297_writereg_mask(state, 1, 1); + stv0297_writereg_mask(state, 0x80, 1, 1); return 0; } @@ -552,7 +552,7 @@ static int stv0297_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_par return -EINVAL; } - stv0297_reset(fe); + stv0297_init(fe); state->config->pll_set(fe, p); /* clear software interrupts */ |