]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/hotplug/fakephp.c
pciehp: poll cmd completion if hotplug interrupt is disabled
[karo-tx-linux.git] / drivers / pci / hotplug / fakephp.c
index e0bbf21928c3219891d98ba7524531fb6527a312..7e9a827c268799ed4c51b84b829fca03a3dfe5a7 100644 (file)
@@ -320,7 +320,7 @@ static int disable_slot(struct hotplug_slot *slot)
                return -ENODEV;
        dslot = slot->private;
 
-       dbg("%s - physical_slot = %s\n", __FUNCTION__, slot->name);
+       dbg("%s - physical_slot = %s\n", __func__, slot->name);
 
        /* don't disable bridged devices just yet, we can't handle them easily... */
        if (dslot->dev->subordinate) {