patch-2.3.19 linux/drivers/pcmcia/cs_internal.h

Next file: linux/drivers/pcmcia/ds.c
Previous file: linux/drivers/pcmcia/cs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.18/linux/drivers/pcmcia/cs_internal.h linux/drivers/pcmcia/cs_internal.h
@@ -272,7 +272,7 @@
 
 #ifdef PCMCIA_DEBUG
 extern int pc_debug;
-#define DEBUG(n, args...) do { if (pc_debug>(n)) printk(args); } while (0)
+#define DEBUG(n, args...) do { if (pc_debug>(n)) printk(KERN_DEBUG args); } while (0)
 #else
 #define DEBUG(n, args...) do { } while (0)
 #endif

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