diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-02-15 06:30:50 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:32:03 -0400 |
commit | ad020dc2fe9039628cf6cef42cd1b76531ee8411 (patch) | |
tree | 88f203e4cd667d4c6e9e7d8a6e5954cb4bd54cfa /drivers/media/video/cx88 | |
parent | 2d351df443b0b324a440b5fd053074562d36a7f5 (diff) |
[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/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 4e6ee5584cb3..8128b936c686 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -3165,9 +3165,7 @@ static void cx88_card_setup(struct cx88_core *core) | |||
3165 | { | 3165 | { |
3166 | static u8 eeprom[256]; | 3166 | static u8 eeprom[256]; |
3167 | struct tuner_setup tun_setup; | 3167 | struct tuner_setup tun_setup; |
3168 | unsigned int mode_mask = T_RADIO | | 3168 | unsigned int mode_mask = T_RADIO | T_ANALOG_TV; |
3169 | T_ANALOG_TV | | ||
3170 | T_DIGITAL_TV; | ||
3171 | 3169 | ||
3172 | memset(&tun_setup, 0, sizeof(tun_setup)); | 3170 | memset(&tun_setup, 0, sizeof(tun_setup)); |
3173 | 3171 | ||