]> err.no Git - linux-2.6/blobdiff - drivers/video/cfbimgblt.c
V4L/DVB (7843): tda18271: fix error handling in tda18271c1_rf_tracking_filter_calibration
[linux-2.6] / drivers / video / cfbimgblt.c
index ff3136bd464b76105253e28d2f0042291008d4f3..baed57d3cfff38e53a9ea37fff3b82e943ba77cd 100644 (file)
@@ -38,7 +38,7 @@
 #define DEBUG
 
 #ifdef DEBUG
-#define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__FUNCTION__,## args)
+#define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt,__func__,## args)
 #else
 #define DPRINTK(fmt, args...)
 #endif