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
- Lines: 9
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/isdn/hisax/hisax_debug.h
- Orig date:
Sun Sep 30 12:26:05 2001
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)