mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 03:48:00 +00:00
V4L/DVB (7433): tda18271: fix comparison bug in tda18271_powerscan
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
c0dc0c1122
commit
e7809a0766
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user