Ilya Lipnitskiy
3da4acaa7b
kernel: fix busy wait loop in mediatek PPE code
...
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 >
2021-02-15 08:13:16 +01:00
..
2021-02-11 16:08:28 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:18 +01:00
2021-02-14 19:21:38 +01:00
2021-02-11 16:08:28 +01:00
2021-02-10 15:47:18 +01:00
2021-02-11 16:08:28 +01:00
2021-02-10 15:47:18 +01:00
2021-02-13 21:21:01 +01:00
2021-02-10 15:47:18 +01:00
2021-02-15 08:13:16 +01:00
2021-02-14 23:28:07 +01:00
2021-01-27 21:31:20 +01:00
2021-02-05 18:28:30 +01:00
2021-01-25 14:37:41 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:18 +01:00
2021-02-11 16:08:28 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:18 +01:00
2021-02-14 09:34:57 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:23 +01:00
2021-02-15 00:00:38 +01:00
2021-02-12 08:52:41 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:23 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:18 +01:00
2021-02-10 15:47:18 +01:00