From: Daniel Lezcano <daniel.lezc...@linaro.org> Date: Tue, 19 Jun 2018 16:14:30 +0200
> The code does: > > if (hrtimer_active(&t)) > hrtimer_cancel(&t); > > However, hrtimer_cancel() checks if the timer is active, so the > test above is pointless. > > Signed-off-by: Daniel Lezcano <daniel.lezc...@linaro.org> Applied.