From: Andrew Morton This keeps on worrying people and nobody ever does anything about it. Cc: Greg KH Cc: Natalie Protasevich Cc: Bernhard Kaindl Signed-off-by: Andrew Morton --- drivers/pci/probe.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/pci/probe.c~pci-remove-irritating-try-pci=assign-busses-warning drivers/pci/probe.c --- a/drivers/pci/probe.c~pci-remove-irritating-try-pci=assign-busses-warning +++ a/drivers/pci/probe.c @@ -702,6 +702,7 @@ int pci_scan_bridge(struct pci_bus *bus, /* Has only triggered on CardBus, fixup is in yenta_socket */ while (bus->parent) { +#if 0 if ((child->subordinate > bus->subordinate) || (child->number > bus->subordinate) || (child->number < bus->number) || @@ -715,6 +716,7 @@ int pci_scan_bridge(struct pci_bus *bus, bus->self->transparent ? " transparent" : " ", bus->number, bus->subordinate); } +#endif bus = bus->parent; } _