diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2008-04-22 13:46:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:52 -0400 |
commit | c1e6393e24e0fcc8047db18dce05758c3fd54515 (patch) | |
tree | 234cea658494ea117f21ba0579bbebe66b0cab6c /drivers/media/video/bt8xx | |
parent | 6e741713913fd28f8291fddb3d32d9353f1f0472 (diff) |
V4L/DVB (7389): git-dvb: drivers/media/video/bt8xx/bttv-cards.c: fix warnings
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 'drivers/media/video/bt8xx')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index 4a82cd2dd66a..f20a01cfc73e 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c | |||
@@ -3027,9 +3027,7 @@ struct tvcard bttv_tvcards[] = { | |||
3027 | .gpiomask = 0x008007, | 3027 | .gpiomask = 0x008007, |
3028 | .muxsel = { 2, 3, 1, 1 }, | 3028 | .muxsel = { 2, 3, 1, 1 }, |
3029 | .gpiomux = { 0, 1, 2, 2 }, /* CONTVFMi */ | 3029 | .gpiomux = { 0, 1, 2, 2 }, /* CONTVFMi */ |
3030 | /*gpiomux = { 0, 1, 2, 3 }, /* MagicTV */ | ||
3031 | .gpiomute = 3, /* CONTVFMi */ | 3030 | .gpiomute = 3, /* CONTVFMi */ |
3032 | /*gpiomute = 4, /* MagicTV */ | ||
3033 | .needs_tvaudio = 0, | 3031 | .needs_tvaudio = 0, |
3034 | .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, /* TCL MK3 */ | 3032 | .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, /* TCL MK3 */ |
3035 | .tuner_addr = ADDR_UNSET, | 3033 | .tuner_addr = ADDR_UNSET, |