]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/libfdt-wrapper.c
math-emu: Fix thinko in _FP_DIV
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / libfdt-wrapper.c
index 59016bef1391bf6078024d3be2207dc1d531dedc..c541fd8a95d4966369aa79fbc3557122fd7a36d8 100644 (file)
@@ -35,7 +35,7 @@
 #define check_err(err) \
        ({ \
                if (BAD_ERROR(err) || ((err < 0) && DEBUG)) \
-                       printf("%s():%d  %s\n\r", __FUNCTION__, __LINE__, \
+                       printf("%s():%d  %s\n\r", __func__, __LINE__, \
                               fdt_strerror(err)); \
                if (BAD_ERROR(err)) \
                        exit(); \