mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
9e96344c02
The intention is for the loop to timeout if the body does not succeed. The current logic calls time_is_before_jiffies(timeout) which is false until after the timeout, so the loop body never executes. time_is_after_jiffies(timeout) will return true until timeout is less than jiffies, which is the intended behavior here. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com> |
||
---|---|---|
.. | ||
backport-5.4 | ||
files | ||
hack-5.4 | ||
image | ||
other-files | ||
pending-5.4 | ||
config-5.4 | ||
config-filter | ||
PATCHES |