powerpc/math-emu: Fix decoding of some instructions
[cascardo/linux.git] / arch / powerpc / math-emu / fneg.c
index fe9a98d..1e988cd 100644 (file)
@@ -9,7 +9,7 @@ fneg(u32 *frD, u32 *frB)
        frD[1] = frB[1];
 
 #ifdef DEBUG
-       printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
+       printk("%s: D %p, B %p: ", __func__, frD, frB);
        dump_double(frD);
        printk("\n");
 #endif