Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[media] gspca - ov534_9: Remove an useless instruction

parent 7a5a414c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)