Skip to content

Commit

Permalink
V4L/DVB (10369): gspca - mr97310a: Fix camera initialization copy/pas…
Browse files Browse the repository at this point in the history
…te bugs.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Kyle Guinn authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 0dbc2c1 commit ceb35be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/gspca/mr97310a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ceb35be

Please sign in to comment.