aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/fctiw.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fctiw.c')
-rw-r--r--arch/powerpc/math-emu/fctiw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fctiw.c b/arch/powerpc/math-emu/fctiw.c
index 3b3c98b840c..fcd7a95e021 100644
--- a/arch/powerpc/math-emu/fctiw.c
+++ b/arch/powerpc/math-emu/fctiw.c
@@ -16,7 +16,7 @@ fctiw(u32 *frD, void *frB)
frD[1] = r;
#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