Commit 3e2a6ba2 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] PCI probing typo

parent c0816a50
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment