diff options
| author | Minghao Chi <[email protected]> | 2022-05-18 14:31:11 -0700 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2022-06-21 13:50:38 -0700 |
| commit | 3e0fcb782a9ff02afcf426b5c84fbeccbdb50fae (patch) | |
| tree | df91d230848dd9fb5602c9002f3b9995731aab3d /include/linux | |
| parent | 7f72d923149c6355285fbd315c3d81e50993cc31 (diff) | |
i40e: 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]>
Tested-by: Gurucharan <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions