diff options
-rw-r--r-- | arch/powerpc/kernel/pci_32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c index 2847cd51a2d7..c54f3639c5ad 100644 --- a/arch/powerpc/kernel/pci_32.c +++ b/arch/powerpc/kernel/pci_32.c | |||
@@ -775,11 +775,6 @@ static struct device_node *scan_OF_for_pci_bus(struct pci_bus *bus) | |||
775 | np = scan_OF_for_pci_dev(parent, bus->self->devfn); | 775 | np = scan_OF_for_pci_dev(parent, bus->self->devfn); |
776 | of_node_put(parent); | 776 | of_node_put(parent); |
777 | 777 | ||
778 | /* sanity check */ | ||
779 | if (strcmp(np->type, "pci") != 0) | ||
780 | printk(KERN_WARNING "pci: wrong type \"%s\" for bridge %s\n", | ||
781 | np->type, np->full_name); | ||
782 | |||
783 | return np; | 778 | return np; |
784 | } | 779 | } |
785 | 780 | ||