Johannes Berg fcd242c6c8 um: fix os_timer_one_shot()
os_timer_one_shot() gets passed a value "unsigned long delta",
so must not have an "int ticks" as that actually ends up being
-1, and thus triggering a timer over and over again.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2019-07-02 23:26:57 +02:00
..
2018-02-19 19:38:51 +01:00
2018-06-10 22:49:14 +02:00
2018-10-29 22:23:12 +01:00
2015-11-06 22:54:49 +01:00
2013-09-07 10:56:58 +02:00
2019-07-02 23:26:57 +02:00