From: Dave Jones <davej@suse.de>
To: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: Miles Lane <miles@megapathdsl.net>, linux-kernel@vger.kernel.org
Subject: Re: 2.5.3-pre3 -- aironet4500_core.c:2839: In function `awc_init': incompatible types in return
Date: Wed, 23 Jan 2002 14:00:44 +0100 [thread overview]
Message-ID: <20020123140044.E31032@suse.de> (raw)
In-Reply-To: <1011771248.24309.60.camel@stomata.megapathdsl.net> <20020123104550.16b160b0.johnpol@2ka.mipt.ru>
In-Reply-To: <20020123104550.16b160b0.johnpol@2ka.mipt.ru>; from johnpol@2ka.mipt.ru on Wed, Jan 23, 2002 at 10:45:50AM +0300
On Wed, Jan 23, 2002 at 10:45:50AM +0300, Evgeniy Polyakov wrote:
> --- ./drivers/net/aironet4500_core.c~ Sun Sep 30 23:26:06 2001
> +++ ./drivers/net/aironet4500_core.c Wed Jan 23 10:44:03 2002
> @@ -2836,7 +2836,7 @@
> return 0;
> final:
> printk(KERN_ERR "aironet init failed \n");
> - return NODEV;
> + return -1;
This should probably be return -ENODEV
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
next prev parent reply other threads:[~2002-01-23 13:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-23 7:34 2.5.3-pre3 -- aironet4500_core.c:2839: In function `awc_init': incompatible types in return Miles Lane
2002-01-23 7:45 ` Evgeniy Polyakov
2002-01-23 13:00 ` Dave Jones [this message]
2002-01-23 18:02 ` Evgeniy Polyakov
2002-01-25 2:57 ` Evgeniy Polyakov
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=20020123140044.E31032@suse.de \
--to=davej@suse.de \
--cc=johnpol@2ka.mipt.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=miles@megapathdsl.net \
/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