]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pci/hotplug/cpqphp_nvram.c
pciehp: poll cmd completion if hotplug interrupt is disabled
[karo-tx-linux.git] / drivers / pci / hotplug / cpqphp_nvram.c
index ae5e974c45a794aa0a16c968ac1eb21b69c84b8e..cb174888002ba537ee2884a46fcac24513f1b1fe 100644 (file)
@@ -160,7 +160,7 @@ static int check_for_compaq_ROM (void __iomem *rom_start)
            (temp6 == 'Q')) {
                result = 1;
        }
-       dbg ("%s - returned %d\n", __FUNCTION__, result);
+       dbg ("%s - returned %d\n", __func__, result);
        return result;
 }