powerpc/powernv: Fix stale PE primary bus
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / math-emu / stfiwx.c
index 95caaeec6a08d534a6370cb266162d59d8ddfbb6..f15a35f67e2c08d18c312562e07dd7da624c8d34 100644 (file)
@@ -6,7 +6,7 @@ int
 stfiwx(u32 *frS, void *ea)
 {
 #ifdef DEBUG
-       printk("%s: %p %p\n", __FUNCTION__, frS, ea);
+       printk("%s: %p %p\n", __func__, frS, ea);
 #endif
 
        if (copy_to_user(ea, &frS[1], sizeof(frS[1])))