x86/PCI: VMD: Add quirk for AER to ignore source ID
authorJon Derrick <jonathan.derrick@intel.com>
Tue, 6 Sep 2016 19:15:24 +0000 (14:15 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 6 Sep 2016 19:18:21 +0000 (14:18 -0500)
commit443b40ba21aa346388ddfb8fa7f2baee6b74e8ee
treed2bd4f44aaf0b55a5e1d53166c94274cda66f433
parent032c3d86b4acc4c21e435c85c454eac670c15851
x86/PCI: VMD: Add quirk for AER to ignore source ID

VMD root ports change all source ids to the VMD device ID.  To find the
sender of the AER notification, we need to scan all child devices for the
AER sender, rather than relying on the source ID from the message.

Signed-off-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c