diff options
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 3 | ||||
-rw-r--r-- | v4l/ChangeLog | 7 |
2 files changed, 8 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 */ diff --git a/v4l/ChangeLog b/v4l/ChangeLog index e26ee2f11..75fff4453 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2005-06-21 11:58 mkrufky + * tuner-simple.c: + - forgot to remove TUNER_TENA_9533_B in one location, + fixed now. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-06-21 15:45 mchehab *tuner-core.c: - some tuner_info msgs will be generated only if insmod opt |