projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0e9d4
)
[POWERPC] EEH: Work with device endpoint, always
author
Linas Vepstas
<linas@austin.ibm.com>
Thu, 15 Nov 2007 18:56:23 +0000
(
05:56
+1100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 3 Dec 2007 02:56:26 +0000
(13:56 +1100)
Perform all error checking at the "partitonable endpoint"
of the device.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/eeh.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/pseries/eeh.c
b/arch/powerpc/platforms/pseries/eeh.c
index
fb3d636
..
42a30b6
100644
(file)
--- a/
arch/powerpc/platforms/pseries/eeh.c
+++ b/
arch/powerpc/platforms/pseries/eeh.c
@@
-480,6
+480,7
@@
int eeh_dn_check_failure(struct device_node *dn, struct pci_dev *dev)
no_dn++;
return 0;
}
+ dn = find_device_pe(dn);
pdn = PCI_DN(dn);
/* Access to IO BARs might get this far and still not want checking. */