lkml.org 
[lkml]   [2002]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.4.20pre5 not booting on numa-q with CONFIG_MULTIQUAD
From
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.054 / U:2.748 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site