summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-06-21 16:02:25 +0000
committerMichael Krufky <devnull@localhost>2005-06-21 16:02:25 +0000
commit4f6601ca173543ba25bba511cb4009ee8a1af4cb (patch)
treefe60d9eff49401f3c00c2190425a492086e937ef /linux/drivers/media/video
parent9b3919614ced214a1fb6f7773d5928a39c60ed62 (diff)
downloadmediapointer-dvb-s2-4f6601ca173543ba25bba511cb4009ee8a1af4cb.tar.gz
mediapointer-dvb-s2-4f6601ca173543ba25bba511cb4009ee8a1af4cb.tar.bz2
* tuner-simple.c:
- forgot to remove TUNER_TENA_9533_B in one location, fixed now. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/tuner-simple.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c
index 614f7cd6a..164c0b2e4 100644
--- a/linux/drivers/media/video/tuner-simple.c
+++ b/linux/drivers/media/video/tuner-simple.c
@@ -1,5 +1,5 @@
/*
- * $Id: tuner-simple.c,v 1.30 2005/06/21 14:58:08 mkrufky Exp $
+ * $Id: tuner-simple.c,v 1.31 2005/06/21 16:02:25 mkrufky Exp $
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
@@ -459,7 +459,6 @@ static void default_set_radio_freq(struct i2c_client *c, unsigned int freq)
buffer[2] = tun->config;
switch (t->type) {
- case TUNER_TENA_9533_B:
case TUNER_TENA_9533_DI:
case TUNER_YMEC_TVF_5533MF:
/*These values are empirically determinated */