Skip to content

Commit

Permalink
V4L/DVB (7794): cx88: Fix a warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 30, 2008
1 parent dab2ea4 commit c17bf5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/cx88/cx88-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static int cx8800_bit_getsda(void *data)

static int attach_inform(struct i2c_client *client)
{
struct tuner_setup tun_setup;
struct cx88_core *core = i2c_get_adapdata(client->adapter);

dprintk(1, "%s i2c attach [addr=0x%x,client=%s]\n",
Expand Down

0 comments on commit c17bf5d

Please sign in to comment.