]> err.no Git - linux-2.6/blobdiff - drivers/media/video/w9966.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[linux-2.6] / drivers / media / video / w9966.c
index cdb396d9203c151a7ce2470dff46c73a07180e1f..33f702698a56f06d629bceb96bef454661282855 100644 (file)
@@ -64,7 +64,7 @@
 /*#define DEBUG*/                              /* Undef me for production */
 
 #ifdef DEBUG
-#define DPRINTF(x, a...) printk(KERN_DEBUG "W9966: %s(): "x, __FUNCTION__ , ##a)
+#define DPRINTF(x, a...) printk(KERN_DEBUG "W9966: %s(): "x, __func__ , ##a)
 #else
 #define DPRINTF(x...)
 #endif