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

Commit da40b593 authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9479): Wait for a maximum of 100mS

parent 667d75e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
	if ((rc = stb6100_write_reg_range(state, &regs[1], 1, STB6100_NUMREGS - 3)) < 0)
		return rc;

	msleep(30);
	msleep(100);

	return 0;
}