commit | e13d17f7325225a9da474c684c9c8d0f29827749 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Apr 09 16:04:42 2018 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jun 05 17:08:52 2018 -0500 |
tree | 4ab3c850b726f0119b67df126a12ac601c90e760 | |
parent | 8f6fb677751f4da4b597120dbdcc7bee8e02647c [diff] |
PCI/AER: Replace struct pcie_device with pci_dev The AER driver only needed the pcie_device to get to the port pci_dev. Save the pci_dev pointer directly in struct aer_rpc and remove the unnecessary indirection. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>