Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88d69a1d authored by Jordan, William P's avatar Jordan, William P Committed by Greg Kroah-Hartman
Browse files

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8c9ad508
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -969,7 +969,7 @@ static int configure_bridge (struct pci_func **func_passed, u8 slotno)
			debug ("io 32\n");
			debug ("io 32\n");
			need_io_upper = TRUE;
			need_io_upper = TRUE;
		}
		}
		if ((io_base & PCI_PREF_RANGE_TYPE_MASK) == PCI_PREF_RANGE_TYPE_64) {
		if ((pfmem_base & PCI_PREF_RANGE_TYPE_MASK) == PCI_PREF_RANGE_TYPE_64) {
			debug ("pfmem 64\n");
			debug ("pfmem 64\n");
			need_pfmem_upper = TRUE;
			need_pfmem_upper = TRUE;
		}
		}