]> err.no Git - linux-2.6/blobdiff - drivers/media/video/stv680.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / drivers / media / video / stv680.c
index 78730294454e988716c7f9ba2f6f9b8cb1b45172..d7f130bedb5f47a05f6eddff87634e6af54d25c4 100644 (file)
@@ -83,7 +83,7 @@ static unsigned int debug;
 #define PDEBUG(level, fmt, args...) \
        do { \
        if (debug >= level)     \
-               info("[%s:%d] " fmt, __FUNCTION__, __LINE__ , ## args); \
+               info("[%s:%d] " fmt, __func__, __LINE__ , ## args);     \
        } while (0)