Merge branch 'remotes/lorenzo/pci/microchip'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 24 May 2022 21:42:25 +0000 (16:42 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 24 May 2022 21:42:25 +0000 (16:42 -0500)
- Add missing semicolon after MODULE_DEVICE_TABLE() (Uwe Kleine-König)

- Add chained_irq_enter()/chained_irq_exit() calls to mc_handle_msi() and
  mc_handle_intx() to avoid lost interrupts (Conor Dooley)

- Fix interrupt handling race (Daire McNamara)

* remotes/lorenzo/pci/microchip:
  PCI: microchip: Fix potential race in interrupt handling
  PCI: microchip: Add missing chained_irq_enter()/exit() calls
  PCI: microchip: Add a missing semicolon


Trivial merge