patch-2.4.20 linux-2.4.20/drivers/isdn/hisax/hisax_debug.h

Next file: linux-2.4.20/drivers/isdn/hisax/ipacx.c
Previous file: linux-2.4.20/drivers/isdn/hisax/hisax.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/isdn/hisax/hisax_debug.h linux-2.4.20/drivers/isdn/hisax/hisax_debug.h
@@ -28,7 +28,7 @@
 
 #define DBG(level, format, arg...) do { \
 if (level & __debug_variable) \
-printk(KERN_DEBUG __FUNCTION__ ": " format "\n" , ## arg); \
+printk(KERN_DEBUG "%s: " format "\n" , __FUNCTION__ , ## arg); \
 } while (0)
 
 #define DBG_PACKET(level,data,count) \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)