aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-02-15 09:30:50 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:32:03 -0300
commitad020dc2fe9039628cf6cef42cd1b76531ee8411 (patch)
tree88f203e4cd667d4c6e9e7d8a6e5954cb4bd54cfa /drivers/media/video/bt8xx/bttv-cards.c
parent2d351df443b0b324a440b5fd053074562d36a7f5 (diff)
downloadkernel_samsung_smdk4412-ad020dc2fe9039628cf6cef42cd1b76531ee8411.zip
kernel_samsung_smdk4412-ad020dc2fe9039628cf6cef42cd1b76531ee8411.tar.gz
kernel_samsung_smdk4412-ad020dc2fe9039628cf6cef42cd1b76531ee8411.tar.bz2
[media] tuner-core: remove usage of DIGITAL_TV
tuner-core has no business to do with digital TV. So, don't use T_DIGITAL_TV on it, as it has no code to distinguish between them, and nobody fills T_DIGITAL_TV right. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r--drivers/media/video/bt8xx/bttv-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c
index 7f58756..242f0d5 100644
--- a/drivers/media/video/bt8xx/bttv-cards.c
+++ b/drivers/media/video/bt8xx/bttv-cards.c
@@ -3616,7 +3616,7 @@ void __devinit bttv_init_tuner(struct bttv *btv)
&btv->c.i2c_adap, "tuner",
0, v4l2_i2c_tuner_addrs(ADDRS_TV_WITH_DEMOD));
- tun_setup.mode_mask = T_ANALOG_TV | T_DIGITAL_TV;
+ tun_setup.mode_mask = T_ANALOG_TV;
tun_setup.type = btv->tuner_type;
tun_setup.addr = addr;