Commit b69a219e authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab

[media] gspca - ov534_9: Remove an useless instruction

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7a5a414c
...@@ -945,7 +945,6 @@ static void setautogain(struct gspca_dev *gspca_dev) ...@@ -945,7 +945,6 @@ static void setautogain(struct gspca_dev *gspca_dev)
u8 val; u8 val;
/*fixme: should adjust agc/awb/aec by different controls */ /*fixme: should adjust agc/awb/aec by different controls */
val = sd->autogain;
val = sccb_read(gspca_dev, 0x13); /* com8 */ val = sccb_read(gspca_dev, 0x13); /* com8 */
sccb_write(gspca_dev, 0xff, 0x00); sccb_write(gspca_dev, 0xff, 0x00);
if (sd->autogain) if (sd->autogain)
......
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