Re: 2.4.20pre5 not booting on numa-q with CONFIG_MULTIQUAD

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Thu Sep 05 2002 - 18:11:10 EST


On Thu, 2002-09-05 at 23:44, mannthey@us.ibm.com wrote:
> diff -urN linux-2.4.19/drivers/pci/pci.c linux-2.4.20-pre5/drivers/pci/pci.c
> --- linux-2.4.20-pre5/drivers/pci/pci.c Sat Sep 7 06:29:04 2002
> +++ linux-2.4.20-pre5-test/drivers/pci/pci.c Sat Sep 7 06:10:26 2002
> @@ -586,7 +586,7 @@
> i + 1, /* PCI BAR # */
> pci_resource_len(pdev, i), pci_resource_start(pdev, i),
> pdev->slot_name);
> - while(--i <= 0)
> + while(--i >= 0)
> pci_release_region(pdev, i);
>
> return -EBUSY;

Doh well spotted

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:27 EST