View | Details | Raw Unified | Return to bug 113778
Collapse All | Expand All

(-)linux-2.6.13-8/drivers/pci/probe.c (-5 / +2 lines)
Lines 523-533 Link Here
523
			 * as cards with a PCI-to-PCI bridge can be
523
			 * as cards with a PCI-to-PCI bridge can be
524
			 * inserted later.
524
			 * inserted later.
525
			 */
525
			 */
526
			for (i=0; i<CARDBUS_RESERVE_BUSNR; i++)
526
			max += CARDBUS_RESERVE_BUSNR;
527
				if (pci_find_bus(pci_domain_nr(bus),
527
528
							max+i+1))
529
					break;
530
			max += i;
531
			pci_fixup_parent_subordinate_busnr(child, max);
528
			pci_fixup_parent_subordinate_busnr(child, max);
532
		}
529
		}
533
		/*
530
		/*

Return to bug 113778