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

Commit 1f78a976 authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12691): gspca - sonixj: Don't use mdelay().

parent b5948bee
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1150,7 +1150,7 @@ static int configure_gpio(struct gspca_dev *gspca_dev,
		reg_w1(gspca_dev, 0x17, 0x20);
		reg_w1(gspca_dev, 0x17, 0x20);
		reg_w1(gspca_dev, 0x01, 0x62);
		reg_w1(gspca_dev, 0x01, 0x62);
		reg_w1(gspca_dev, 0x01, 0x42);
		reg_w1(gspca_dev, 0x01, 0x42);
		mdelay(100);
		msleep(100);
		reg_w1(gspca_dev, 0x02, 0x62);
		reg_w1(gspca_dev, 0x02, 0x62);
		break;
		break;
/*	case SENSOR_HV7131R: */
/*	case SENSOR_HV7131R: */