diff options
| author | Daniel Lezcano <[email protected]> | 2018-06-19 14:14:30 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-06-20 00:05:44 +0000 |
| commit | 2aee167c3675b088c86f648f834e793a0085e04d (patch) | |
| tree | c9ac3edeb7f6851bb1a0a639732f665acd0a02e5 /tools/perf/scripts/python/stackcollapse.py | |
| parent | net/sched: act_ife: preserve the action control in case of error (diff) | |
| download | kernel-2aee167c3675b088c86f648f834e793a0085e04d.tar.gz kernel-2aee167c3675b088c86f648f834e793a0085e04d.zip | |
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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
