commit | 4ef6e68117e93111590d9d4ada1a282304241169 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@au1.ibm.com> | Thu Jan 11 16:38:22 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 22 21:27:35 2007 +1100 |
tree | c9954f0620ee45550ef3bae223208fc3939f4e50 | |
parent | a8b3485287731978899ced11f24628c927890e78 [diff] |
[POWERPC] Remove bogus sanity check in pci -> OF node code The new implementation of pci_device_to_OF_node() on ppc32 has a bogus sanity check in it that can cause oopses at boot when no device node is present, and might hit correct cases with older/weird apple device-trees where they have the type "vci" for the chaos bridge. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>