From 4f6601ca173543ba25bba511cb4009ee8a1af4cb Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 21 Jun 2005 16:02:25 +0000 Subject: * tuner-simple.c: - forgot to remove TUNER_TENA_9533_B in one location, fixed now. Signed-off-by: Michael Krufky --- linux/drivers/media/video/tuner-simple.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linux/drivers/media/video/tuner-simple.c') 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 */ -- cgit v1.2.3