Commit ceb35bea authored by Kyle Guinn's avatar Kyle Guinn Committed by Mauro Carvalho Chehab

V4L/DVB (10369): gspca - mr97310a: Fix camera initialization copy/paste bugs.

Signed-off-by: default avatarKyle Guinn <elyk03@gmail.com>
Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0dbc2c16
......@@ -247,8 +247,8 @@ static int sd_start(struct gspca_dev *gspca_dev)
data[5] = 0x00;
data[6] = 0x70;
data[7] = 0x00;
data[8] = 0x01;
err_code = reg_w(gspca_dev, 10);
data[8] = 0x00;
err_code = reg_w(gspca_dev, 9);
if (err_code < 0)
return err_code;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment