Re: Linux 2.4.20-pre4-ac1

From: Eyal Lebedinsky (eyal@eyal.emu.id.au)
Date: Fri Aug 23 2002 - 09:06:31 EST


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); })

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Aug 23 2002 - 22:00:27 EST