]> err.no Git - linux-2.6/blobdiff - arch/powerpc/math-emu/frsp.c
au1000_eth: use 'unsigned long' for irqflags
[linux-2.6] / arch / powerpc / math-emu / frsp.c
index d879b2a3d0c9a2d0716a88bf4e46de025f2bec11..724ccbc0468e03332218be05b3f67093626e1cfb 100644 (file)
@@ -12,7 +12,7 @@ frsp(void *frD, void *frB)
        FP_DECL_D(B);
 
 #ifdef DEBUG
-       printk("%s: D %p, B %p\n", __FUNCTION__, frD, frB);
+       printk("%s: D %p, B %p\n", __func__, frD, frB);
 #endif
 
        __FP_UNPACK_D(B, frB);