summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew de Quincy <devnull@localhost>2004-12-18 21:17:06 +0000
committerAndrew de Quincy <devnull@localhost>2004-12-18 21:17:06 +0000
commit0a113d9b4ccf8b1b599ca5b7e893b8aa843649f1 (patch)
tree840b1bab8f99b4d5a2f3d8232bb1481fc9128431
parentfba943b2cc075f886246d7a24261386259732124 (diff)
downloadmediapointer-dvb-s2-0a113d9b4ccf8b1b599ca5b7e893b8aa843649f1.tar.gz
mediapointer-dvb-s2-0a113d9b4ccf8b1b599ca5b7e893b8aa843649f1.tar.bz2
Compile fix
-rw-r--r--linux/drivers/media/dvb/frontends/stv0297.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0297.c b/linux/drivers/media/dvb/frontends/stv0297.c
index 1b7a6511d..fac532694 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;
}