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
..
2018-06-12 16:19:22 -07:00
2017-11-09 09:22:13 +09:00
2017-08-07 10:10:19 -07:00
2017-04-03 19:09:40 -07:00
2018-06-12 16:19:22 -07:00
2017-10-18 12:40:26 +01:00
2018-03-07 15:39:27 -05:00
2018-04-11 10:36:38 -04:00
2018-06-01 14:01:42 -04:00
2018-06-20 09:05:44 +09:00
2017-08-08 17:47:58 -07:00
2017-05-12 12:15:46 -04:00
2017-04-21 13:24:05 -04:00
2017-04-03 19:09:40 -07:00
2017-06-16 11:48:40 -04:00
2018-03-26 12:07:49 -04:00
2017-07-14 08:15:05 -07:00
2017-06-20 13:30:14 -04:00
2017-11-19 12:23:57 +09:00
2018-03-07 15:39:27 -05:00
2017-08-08 17:47:59 -07:00
2018-04-29 21:41:01 -04:00
2018-05-16 14:20:36 -04:00
2016-12-08 14:21:47 -05:00
2018-03-15 14:28:03 -04:00
2017-11-02 11:10:55 +01:00
2017-04-03 19:09:40 -07:00
2017-06-16 11:48:40 -04:00
2017-04-07 07:03:33 -07:00
2017-04-07 07:03:33 -07:00
2017-04-25 10:08:16 -04:00
2018-06-03 09:31:58 -04:00
2018-02-26 21:01:53 -05:00
2017-10-03 14:30:46 -07:00
2017-08-08 17:47:59 -07:00
2017-10-18 12:40:26 +01:00
2018-02-22 14:05:15 -05:00
2018-06-12 16:19:22 -07:00
2017-04-17 13:04:52 -04:00
2017-04-21 20:23:53 -07:00
2017-04-03 19:09:40 -07:00
2018-06-12 16:19:22 -07:00
2017-06-16 11:48:40 -04:00