diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-10 14:02:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-10 14:02:45 -0300 |
commit | e1ac1610f46fa4ee30145bd37977fbed6129588f (patch) | |
tree | 8f19d6132f981ef42c9545156f5294f332b680b5 /linux/drivers | |
parent | 03f672ad25d1616170dba50e0c8c71425bc83482 (diff) | |
download | mediapointer-dvb-s2-e1ac1610f46fa4ee30145bd37977fbed6129588f.tar.gz mediapointer-dvb-s2-e1ac1610f46fa4ee30145bd37977fbed6129588f.tar.bz2 |
Corrected cardlist and whitespace cleanup
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Tenna tuner patch didn't updated Cardlist
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/tuner-types.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-types.c b/linux/drivers/media/video/tuner-types.c index aac4f0b01..c07dfa2f9 100644 --- a/linux/drivers/media/video/tuner-types.c +++ b/linux/drivers/media/video/tuner-types.c @@ -1007,8 +1007,8 @@ static struct tuner_params tuner_tuv1236d_params[] = { static struct tuner_range tuner_tnf_5335_d_if_pal_ranges[] = { { 16 * 168.25 /*MHz*/, 0x8e, 0x01, }, - { 16 * 471.25 /*MHz*/, 0x8e, 0x02, }, - { 16 * 999.99 , 0x8e, 0x08, }, + { 16 * 471.25 /*MHz*/, 0x8e, 0x02, }, + { 16 * 999.99 , 0x8e, 0x08, }, }; static struct tuner_range tuner_tnf_5335mf_ntsc_ranges[] = { |