Daniel Lezcano 2aee167c36 net/usb/drivers: Remove useless hrtimer_active check
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.lezcano@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-20 09:05:44 +09:00
..
2017-04-03 19:09:40 -07:00
2017-04-03 19:09:40 -07:00
2018-03-07 15:39:27 -05:00
2018-04-29 21:41:01 -04:00
2017-04-03 19:09:40 -07:00
2017-06-16 11:48:40 -04:00
2017-04-25 10:08:16 -04:00
2018-02-26 21:01:53 -05:00
2018-06-12 16:19:22 -07:00
2017-04-03 19:09:40 -07:00
2017-06-16 11:48:40 -04:00