2003-09-09 23:38:31

by Eyal Lebedinsky

[permalink] [raw]
Subject: Re: Linux 2.6.0-test5: CONFIG_PCMCIA_WL3501 build fails

--- linux/drivers/net/wireless/wl3501_cs.c.old Wed Sep 10 09:32:49 2003
+++ linux/drivers/net/wireless/wl3501_cs.c Wed Sep 10 09:30:49 2003
@@ -82,7 +82,7 @@
MODULE_PARM(pc_debug, "i");
#define dprintk(n, format, args...) \
{ if (pc_debug > (n)) \
- printk(KERN_INFO "%s: " format "\n", __FUNCTION__, ##args); }
+ printk(KERN_INFO "%s: " format "\n", __FUNCTION__ , ##args); }
#else
#define dprintk(n, format, args...)
#endif


Attachments:
2.6.0-test5.wl3501-2.patch (435.00 B)