summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stv0297.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-08 15:12:24 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-08 15:12:24 +0000
commit9f7c5513964f4aa7c2d7bcd79d56f3e5002d4a58 (patch)
tree99249c55b9652da365ff7a7bdfd53fac7cfca6cd /linux/drivers/media/dvb/frontends/stv0297.c
parent75f82519ae1a4af2d3c7f0cf2509770566cbeeff (diff)
downloadmediapointer-dvb-s2-9f7c5513964f4aa7c2d7bcd79d56f3e5002d4a58.tar.gz
mediapointer-dvb-s2-9f7c5513964f4aa7c2d7bcd79d56f3e5002d4a58.tar.bz2
more #if 0 / #if 1 fixes to be in sync with kernel
kernel-sync - more #if 0 / #if 1 fixes to be in sync with kernel Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0297.c')
-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 6122ba754..00bd2118b 100644
--- a/linux/drivers/media/dvb/frontends/stv0297.c
+++ b/linux/drivers/media/dvb/frontends/stv0297.c
@@ -39,7 +39,7 @@ struct stv0297_state {
unsigned long base_freq;
};
-#if 1
+#if 1 /* keep */
#define dprintk(x...) printk(x)
#else
#define dprintk(x...)