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)
commit30097efa334a706f9021b9aee6efcddcfa44a78a
treeabe4e5b4676708689331ab1658a29e8544f8d825
parentc049b4b37685ff5b179a7e062b919c31eb406214
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