提交 d67ae206 编写于 作者: L Linus Torvalds
...@@ -154,7 +154,7 @@ static int ibwdt_set_heartbeat(int t) ...@@ -154,7 +154,7 @@ static int ibwdt_set_heartbeat(int t)
return -EINVAL; return -EINVAL;
for (i = 0x0F; i > -1; i--) for (i = 0x0F; i > -1; i--)
if (wd_times[i] > t) if (wd_times[i] >= t)
break; break;
wd_margin = i; wd_margin = i;
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册