1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/qlogic/qede
Minghao Chi d1e7f009bf net: qede: 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/20220516082251.1651350-1-chi.minghao@zte.com.cn
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-05-17 13:04:16 +02:00
..
Makefile net: qede: update copyright years 2020-06-30 15:51:40 -07:00
qede.h ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
qede_dcbnl.c net: qede: update copyright years 2020-06-30 15:51:40 -07:00
qede_ethtool.c qed*: esl priv flag support through ethtool 2021-12-03 18:24:21 -08:00
qede_filter.c ethernet: constify references to netdev->dev_addr in drivers 2021-10-14 09:22:11 -07:00
qede_fp.c qede: confirm skb is allocated before using 2022-04-06 15:16:23 +01:00
qede_main.c net: qede: Remove unnecessary synchronize_irq() before free_irq() 2022-05-17 13:04:16 +02:00
qede_ptp.c qede: Reduce verbosity of ptp tx timestamp 2022-04-30 13:55:03 +01:00
qede_ptp.h net: qede: update copyright years 2020-06-30 15:51:40 -07:00
qede_rdma.c net: qede: Use list_for_each_entry() to simplify code 2021-06-08 16:31:24 -07:00