]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: microchip: Add missing chained_irq_enter()/exit() calls
authorConor Dooley <conor.dooley@microchip.com>
Wed, 11 May 2022 09:55:05 +0000 (10:55 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 11 May 2022 13:02:42 +0000 (14:02 +0100)
commitc5dca168942881b051a686e0deec8056c44876d8
treeabe4e5b4676708689331ab1658a29e8544f8d825
parent7b3b31cb95b8b58611e9caac17713c68a658812b
PCI: microchip: Add missing chained_irq_enter()/exit() calls

Two of the chained IRQ handlers miss their
chained_irq_enter()/chained_irq_exit() calls, so add them in to avoid
potentially lost interrupts.

Reported by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/linux-pci/87h76b8nxc.wl-maz@kernel.org
Link: https://lore.kernel.org/r/20220511095504.2273799-1-conor.dooley@microchip.com
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/pcie-microchip-host.c