commit | 3532a741f80c3b9ca975006f93a4a477e07e2cb3 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Tue Mar 17 16:15:03 2015 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:15:50 2015 +1100 |
tree | a72f5e6bef1aba0cc720def5bda613770587648f | |
parent | cca87d303c85b257a7b0fd34f9d6fce1c59880a2 [diff] |
powerpc/powernv: Use pci_dn, not device_node, in PCI config accessor The PCI config accessors previously relied on device_node. Unfortunately, VFs don't have a corresponding device_node, so change the accessors to use pci_dn instead. [bhelgaas: changelog] Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>