Messages in this thread Patch in this message |  | | | Date | Sat, 24 Aug 2002 00:06:31 +1000 | | From | Eyal Lebedinsky <> | | Subject | Re: Linux 2.4.20-pre4-ac1 |
| |
linux/drivers/usb/brlvger.c compile error
You would think that gcc, having had the same problem for a while, would have smarted up by now. And they say computers are our future...
-- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>--- linux/drivers/usb/brlvger.c.orig Fri Aug 23 23:51:46 2002 +++ linux/drivers/usb/brlvger.c Fri Aug 23 23:52:08 2002 @@ -209,7 +209,7 @@ ({ printk(KERN_ERR "Voyager: " args); \ printk("\n"); }) #define dbgprint(fmt, args...) \ - ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__, ##args); \ + ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__ , ##args); \ printk("\n"); }) #define dbg(args...) \ ({ if(debug >= 1) dbgprint(args); }) |  |