aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorMinghao Chi <[email protected]>2022-05-18 14:31:11 -0700
committerTony Nguyen <[email protected]>2022-06-21 13:50:38 -0700
commit3e0fcb782a9ff02afcf426b5c84fbeccbdb50fae (patch)
treedf91d230848dd9fb5602c9002f3b9995731aab3d /include/linux/debugobjects.h
parent7f72d923149c6355285fbd315c3d81e50993cc31 (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/debugobjects.h')
0 files changed, 0 insertions, 0 deletions