Skip to content

Commit

Permalink
V4L/DVB (10406): gspca: fix compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 23ce51d commit d9ddd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/t613.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
struct sd *sd = (struct sd *) gspca_dev;
int i;
u16 sensor_id;
u8 test_byte;
u8 test_byte = 0;
u16 reg80, reg8e;

static const u8 read_indexs[] =
Expand Down

0 comments on commit d9ddd3b

Please sign in to comment.