diff options
author | Jordan, William P <William.Jordan@unisys.com> | 2005-11-22 01:51:57 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-09 15:13:16 -0500 |
commit | 88d69a1dff4014889782ebad24ed3e964a8844bc (patch) | |
tree | 972dec765a33cf04b9446d04d6fd23e4490e5c72 /drivers/pci/hotplug | |
parent | 8c9ad508c8737ca46a4c55b1062d159b86f7cee2 (diff) |
[PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fix
I noticed what appears to be a cut/paste error in
drivers/pci/hotplug/ibmphp_pci.c:
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r-- | drivers/pci/hotplug/ibmphp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/ibmphp_pci.c b/drivers/pci/hotplug/ibmphp_pci.c index b1ba429e0a2d..155133fe5c12 100644 --- a/drivers/pci/hotplug/ibmphp_pci.c +++ b/drivers/pci/hotplug/ibmphp_pci.c | |||
@@ -969,7 +969,7 @@ static int configure_bridge (struct pci_func **func_passed, u8 slotno) | |||
969 | debug ("io 32\n"); | 969 | debug ("io 32\n"); |
970 | need_io_upper = TRUE; | 970 | need_io_upper = TRUE; |
971 | } | 971 | } |
972 | if ((io_base & PCI_PREF_RANGE_TYPE_MASK) == PCI_PREF_RANGE_TYPE_64) { | 972 | if ((pfmem_base & PCI_PREF_RANGE_TYPE_MASK) == PCI_PREF_RANGE_TYPE_64) { |
973 | debug ("pfmem 64\n"); | 973 | debug ("pfmem 64\n"); |
974 | need_pfmem_upper = TRUE; | 974 | need_pfmem_upper = TRUE; |
975 | } | 975 | } |