Skip to content

Commit

Permalink
[POWERPC] EEH: Work with device endpoint, always
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Dec 3, 2007
1 parent 1b0e9d4 commit 307d46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/pseries/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 307d46e

Please sign in to comment.