diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-03-18 23:46:37 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-03-18 23:46:37 +0000 |
commit | a40b333c721d9353c3b7b98a22084e2c15095220 (patch) | |
tree | 3e905ce7f9611478c3e4382f877c5a5228dac7b0 /linux/drivers/media/video/bt8xx/bttv-cards.c | |
parent | 797126462c4a3d8b6d9d29f112fd79956b0d184b (diff) | |
download | mediapointer-dvb-s2-a40b333c721d9353c3b7b98a22084e2c15095220.tar.gz mediapointer-dvb-s2-a40b333c721d9353c3b7b98a22084e2c15095220.tar.bz2 |
git-dvb: drivers/media/video/bt8xx/bttv-cards.c: fix warnings
From: Andrew Morton <akpm@linux-foundation.org>
drivers/media/video/bt8xx/bttv-cards.c:3030:38: warning: "/*" within comment
drivers/media/video/bt8xx/bttv-cards.c:3032:20: warning: "/*" within comment
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv-cards.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-cards.c b/linux/drivers/media/video/bt8xx/bttv-cards.c index 1a1c9699c..177b75ebc 100644 --- a/linux/drivers/media/video/bt8xx/bttv-cards.c +++ b/linux/drivers/media/video/bt8xx/bttv-cards.c @@ -3072,9 +3072,13 @@ struct tvcard bttv_tvcards[] = { .gpiomask = 0x008007, .muxsel = { 2, 3, 1, 1 }, .gpiomux = { 0, 1, 2, 2 }, /* CONTVFMi */ - /*gpiomux = { 0, 1, 2, 3 }, /* MagicTV */ +#if 0 + .gpiomux = { 0, 1, 2, 3 }, /* MagicTV */ +#endif .gpiomute = 3, /* CONTVFMi */ - /*gpiomute = 4, /* MagicTV */ +#if 0 + .gpiomute = 4, /* MagicTV */ +#endif .needs_tvaudio = 0, .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, /* TCL MK3 */ .tuner_addr = ADDR_UNSET, |