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

Commit e7809a07 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7433): tda18271: fix comparison bug in tda18271_powerscan

parent c0dc0c11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ static int tda18271_powerscan(struct dvb_frontend *fe,

		count += 200;

		if (count < count_limit)
		if (count <= count_limit)
			continue;

		if (sgn <= 0)