]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/mtfsf.c
autofs4: fix symlink name allocation
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / mtfsf.c
index d70cf714994c78e388a0843458a671128227ddab..48014d8e3af1efa9e7c701c59140ec75f658180f 100644 (file)
@@ -38,7 +38,7 @@ mtfsf(unsigned int FM, u32 *frB)
        __FPU_FPSCR |= (frB[1] & mask);
 
 #ifdef DEBUG
-       printk("%s: %02x %p: %08lx\n", __FUNCTION__, FM, frB, __FPU_FPSCR);
+       printk("%s: %02x %p: %08lx\n", __func__, FM, frB, __FPU_FPSCR);
 #endif
 
        return 0;