mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 02:46:43 +07:00
V4L/DVB (10406): gspca: fix compiler warning
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
23ce51d975
commit
d9ddd3b010
@ -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[] =
|
||||
|
Loading…
Reference in New Issue
Block a user