提交 e7809a07 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

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

Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 c0dc0c11
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册