diff options
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 3 |
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 6e7823aeb..10d4284e1 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.26 2005/06/18 05:20:46 nsh Exp $ + * $Id: tuner-simple.c,v 1.27 2005/06/18 06:00:36 nsh Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -495,7 +495,6 @@ static void default_set_radio_freq(struct i2c_client *c, unsigned int freq) int default_tuner_init(struct i2c_client *c) { struct tuner *t = i2c_get_clientdata(c); - unsigned char buffer[4]; tuner_info("type set to %d (%s)\n", t->type, tuners[t->type].name); |