Commit 926d5038 authored by Erik Andr?n's avatar Erik Andr?n Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11477): gspca - m5602-po1030: Set the blue balance in the init not red balance twice

parent 86c9fb51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ int po1030_init(struct sd *sd)
	if (err < 0)
		return err;

	err = po1030_set_red_balance(&sd->gspca_dev,
	err = po1030_set_blue_balance(&sd->gspca_dev,
				      sensor_settings[BLUE_BALANCE_IDX]);
	if (err < 0)
		return err;