lkml.org 
[lkml]   [2004]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectPCI probing typo?
Date
Looking at this code, I can't convince myself it's
currently doing the right thing. It looks more like
the intention was one of the two below..

Dave

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/arch/i386/pci/direct.c linux-2.5/arch/i386/pci/direct.c
--- bk-linus/arch/i386/pci/direct.c 2003-09-29 19:45:06.000000000 +0100
+++ linux-2.5/arch/i386/pci/direct.c 2004-01-05 05:54:04.000000000 +0000
@@ -259,7 +259,7 @@ static int __init pci_direct_init(void)
release_resource(region);

type2:
- if ((!pci_probe & PCI_PROBE_CONF2) == 0)
+ if ((pci_probe & PCI_PROBE_CONF2) == 0)
goto out;
region = request_region(0xCF8, 4, "PCI conf2");
if (!region)
-
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 14:00    [W:0.028 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site