]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/math-emu/fcmpo.c
V4L/DVB (7983): tda18271_calc_rf_cal must return the return value of tda18271_lookup_map
[linux-2.6-omap-h63xx.git] / arch / powerpc / math-emu / fcmpo.c
index 4efac394b4cb075cd41fb635710ec28c10fd21c6..36d689044c63ad4e0a42a5084241017dfbfd50c9 100644 (file)
@@ -15,7 +15,7 @@ fcmpo(u32 *ccr, int crfD, void *frA, void *frB)
        int ret = 0;
 
 #ifdef DEBUG
-       printk("%s: %p (%08x) %d %p %p\n", __FUNCTION__, ccr, *ccr, crfD, frA, frB);
+       printk("%s: %p (%08x) %d %p %p\n", __func__, ccr, *ccr, crfD, frA, frB);
 #endif
 
        __FP_UNPACK_D(A, frA);