Skip to content

Commit

Permalink
V4L/DVB (6819): i2c: fix drivers/media/video/bt866.c
Browse files Browse the repository at this point in the history
usage_count got removed.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Dec 13, 2007
1 parent 1c1a8b9 commit 4b5ae10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/bt866.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ static struct i2c_client bt866_client_tmpl =
.addr = 0,
.adapter = NULL,
.driver = &i2c_driver_bt866,
.usage_count = 0
};

static int bt866_found_proc(struct i2c_adapter *adapter,
Expand Down

0 comments on commit 4b5ae10

Please sign in to comment.