OpenCloudOS-Kernel/drivers/net/ethernet/neterion
Minghao Chi bd81bfb5a1 net: vxge: 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 <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Link: https://lore.kernel.org/r/20220516081914.1651281-1-chi.minghao@zte.com.cn
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-05-17 13:03:14 +02:00
..
vxge net: vxge: Remove unnecessary synchronize_irq() before free_irq() 2022-05-17 13:03:14 +02:00
Kconfig docs: networking: reorganize driver documentation again 2020-06-26 16:08:44 -07:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
s2io-regs.h
s2io.c ethernet: s2io: Use dma_set_mask_and_coherent() and simplify code 2022-01-03 10:42:58 +00:00
s2io.h ethernet: s2io: Use dma_set_mask_and_coherent() and simplify code 2022-01-03 10:42:58 +00:00