Re: [PATCH] PCI/AER: Do not clear AER bits if we don't own AER
From: Sinan Kaya
Date: Tue Jul 17 2018 - 11:41:23 EST
On 7/17/2018 8:31 AM, Alexandru Gagniuc wrote:
+ if (pcie_aer_get_firmware_first(dev))
+ return -EIO;
Can you move this to closer to the caller pci_aer_init()?