diff options
| author | Minghao Chi <[email protected]> | 2022-05-13 08:19:18 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2022-05-16 11:47:22 +0100 |
| commit | d887ae3247e022183f244cb325dca1dfbd0a9ed0 (patch) | |
| tree | 852905cf4db42ac80acc5ed5c140f3fc396dcde2 /tools/perf/scripts/python/netdev-times.py | |
| parent | b321dfafb0b99e285d14bcaae00b4f9093556eb6 (diff) | |
octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq()
Calling synchronize_irq() right before free_irq() is quite useless. On one
hand the IRQ can easily fire again before free_irq() is entered, on the
other hand free_irq() itself calls synchronize_irq() internally (in a race
condition free way), before any state associated with the IRQ is freed.
Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Minghao Chi <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions