diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2018-06-19 16:14:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-20 09:05:44 +0900 |
commit | 2aee167c3675b088c86f648f834e793a0085e04d (patch) | |
tree | c9ac3edeb7f6851bb1a0a639732f665acd0a02e5 /mm/swap_slots.c | |
parent | cbf56c29624fa056a0c1c3d177e67aa51a7fd8d6 (diff) | |
download | linux-2aee167c3675b088c86f648f834e793a0085e04d.tar.bz2 |
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>
Diffstat (limited to 'mm/swap_slots.c')
0 files changed, 0 insertions, 0 deletions