From 72e866db48842667f416f3367c8ba21e0bbeded1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 28 Apr 2010 11:51:13 +0000 Subject: [PATCH] pci: don't do sanity check for missing pci bus, the check can misfire. --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 759ec5e49..36e3feecc 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -650,10 +650,10 @@ PRIVATE void pci_intel_init() outl(PCII_CONFADD, PCII_UNSEL); #endif +#if 0 if (vid == 0xffff && did == 0xffff) return; /* Nothing here */ -#if 0 for (i= 0; pci_intel_ctrl[i].vid; i++) { if (pci_intel_ctrl[i].vid == vid && -- 2.44.0