[PATCH v3 3/6] PCI/AER: Set dev->__aer_firmware_first only for matching devices

2013-06-06 Thread Betty Dall
Previously, we always updated info->firmware_first, even for HEST entries that didn't match the device. Therefore, if the last HEST descriptor was a PCIe structure that didn't match the device, we always cleared dev->__aer_firmware_first. Signed-off-by: Bjorn Helgaas Tested-by: Betty Dall

[PATCH v3 3/6] PCI/AER: Set dev-__aer_firmware_first only for matching devices

2013-06-06 Thread Betty Dall
Previously, we always updated info-firmware_first, even for HEST entries that didn't match the device. Therefore, if the last HEST descriptor was a PCIe structure that didn't match the device, we always cleared dev-__aer_firmware_first. Signed-off-by: Bjorn Helgaas bhelg...@google.com