diff options
Diffstat (limited to 'drivers/pci/hotplug/ibmphp_core.c')
| -rw-r--r-- | drivers/pci/hotplug/ibmphp_core.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index 4fda7e6a86a..01cc054eb0d 100644 --- a/drivers/pci/hotplug/ibmphp_core.c +++ b/drivers/pci/hotplug/ibmphp_core.c @@ -760,7 +760,7 @@ static u8 bus_structure_fixup(u8 busno)  	for (dev->devfn = 0; dev->devfn < 256; dev->devfn += 8) {  		if (!pci_read_config_word(dev, PCI_VENDOR_ID, &l) &&  					(l != 0x0000) && (l != 0xffff)) { -			debug("%s - Inside bus_struture_fixup()\n", +			debug("%s - Inside bus_structure_fixup()\n",  							__func__);  			pci_scan_bus(busno, ibmphp_pci_bus->ops, NULL);  			break;  |