diff options
author | Daniel Lezcano <[email protected]> | 2018-06-19 16:14:30 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-06-20 09:05:44 +0900 |
commit | 2aee167c3675b088c86f648f834e793a0085e04d (patch) | |
tree | c9ac3edeb7f6851bb1a0a639732f665acd0a02e5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cbf56c29624fa056a0c1c3d177e67aa51a7fd8d6 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions