aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/mffs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/mffs.c')
-rw-r--r--arch/powerpc/math-emu/mffs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/mffs.c b/arch/powerpc/math-emu/mffs.c
index f477c9170e7..b0e2106e6eb 100644
--- a/arch/powerpc/math-emu/mffs.c
+++ b/arch/powerpc/math-emu/mffs.c
@@ -10,7 +10,7 @@ mffs(u32 *frD)
frD[1] = __FPU_FPSCR;
#ifdef DEBUG
- printk("%s: frD %p: %08x.%08x\n", __FUNCTION__, frD, frD[0], frD[1]);
+ printk("%s: frD %p: %08x.%08x\n", __func__, frD, frD[0], frD[1]);
#endif
return 0;