Re: Linux 2.4.20-pre10 - drivers/usb/brlvger.c

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Wed, 09 Oct 2002 09:40:17 +1000


This is a multi-part message in MIME format.
--------------84089364FFB77EEFDD03F675
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Marcelo Tosatti wrote:
>
> Here goes pre10.

We still fail compiling, as it has been since -pre5. The usual
__FUNCTION__ problem with older gcc.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
--------------84089364FFB77EEFDD03F675
Content-Type: text/plain; charset=us-ascii;
 name="2.4.20-pre10-brlvger.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="2.4.20-pre10-brlvger.patch"

--- linux/drivers/usb/brlvger.c.orig Thu Aug 29 10:30:50 2002 +++ linux/drivers/usb/brlvger.c Thu Aug 29 10:31:02 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); })

--------------84089364FFB77EEFDD03F675--

- 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/