Skip to content

Commit

Permalink
[media] gspca - ov534_9: Remove an useless instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 7a5a414 commit b69a219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/gspca/ov534_9.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ static void setautogain(struct gspca_dev *gspca_dev)
u8 val;

/*fixme: should adjust agc/awb/aec by different controls */
val = sd->autogain;
val = sccb_read(gspca_dev, 0x13); /* com8 */
sccb_write(gspca_dev, 0xff, 0x00);
if (sd->autogain)
Expand Down

0 comments on commit b69a219

Please sign in to comment.