diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-30 01:17:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 23:22:16 -0400 |
commit | c17bf5db76f19211eaed4d01614414f179a06554 (patch) | |
tree | 97295c6e403966865f94d2bd9910f29929712eb9 /drivers/media/video/cx88 | |
parent | dab2ea48dcd3f75fda7ea25479666693321636be (diff) |
V4L/DVB (7794): cx88: Fix a warning
drivers/media/video/cx88/cx88-i2c.c: In function 'attach_inform':
drivers/media/video/cx88/cx88-i2c.c:102: warning: unused variable 'tun_setup'
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-i2c.c b/drivers/media/video/cx88/cx88-i2c.c index 00aa7a3f1105..cb6a096069c7 100644 --- a/drivers/media/video/cx88/cx88-i2c.c +++ b/drivers/media/video/cx88/cx88-i2c.c | |||
@@ -99,7 +99,6 @@ static int cx8800_bit_getsda(void *data) | |||
99 | 99 | ||
100 | static int attach_inform(struct i2c_client *client) | 100 | static int attach_inform(struct i2c_client *client) |
101 | { | 101 | { |
102 | struct tuner_setup tun_setup; | ||
103 | struct cx88_core *core = i2c_get_adapdata(client->adapter); | 102 | struct cx88_core *core = i2c_get_adapdata(client->adapter); |
104 | 103 | ||
105 | dprintk(1, "%s i2c attach [addr=0x%x,client=%s]\n", | 104 | dprintk(1, "%s i2c attach [addr=0x%x,client=%s]\n", |