From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.20-pre10 - drivers/usb/brlvger.c
Date: Wed, 09 Oct 2002 09:40:17 +1000 [thread overview]
Message-ID: <3DA36CE1.A3EC1AA@eyal.emu.id.au> (raw)
In-Reply-To: <Pine.LNX.4.44L.0210081626550.15300-100000@freak.distro.conectiva>
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
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/>
[-- Attachment #2: 2.4.20-pre10-brlvger.patch --]
[-- Type: text/plain, Size: 479 bytes --]
--- 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); })
next prev parent reply other threads:[~2002-10-08 23:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-08 19:29 Linux 2.4.20-pre10 Marcelo Tosatti
2002-10-08 23:40 ` Eyal Lebedinsky [this message]
2002-10-11 8:46 ` IDE PDC20268 in " Gabor Z. Papp
2002-10-11 14:16 ` Juri Haberland
2002-10-11 15:33 ` Gabor Z. Papp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DA36CE1.A3EC1AA@eyal.emu.id.au \
--to=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®