From 0a113d9b4ccf8b1b599ca5b7e893b8aa843649f1 Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Sat, 18 Dec 2004 21:17:06 +0000 Subject: Compile fix --- linux/drivers/media/dvb/frontends/stv0297.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3