commit | 0bd785873c6a6c9bd50d2ae19862f69ee5759fb9 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Tue Mar 17 16:15:07 2015 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:15:52 2015 +1100 |
tree | c4408a1255810e0a5ebbd433892724f42f972047 | |
parent | ff57b454ddb938d98d48d8df356357000fedc88c [diff] |
powerpc/eeh: Replace device_node with pci_dn in eeh_ops There are 3 EEH operations whose arguments contain device_node: read_config(), write_config() and restore_config(). The patch replaces device_node with pci_dn. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>