From: Andrew Morton <akpm@digeo.com>
To: Alistair Strachan <alistair@devzero.co.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.69-mm6
Date: Fri, 16 May 2003 14:06:35 -0700 [thread overview]
Message-ID: <20030516140635.07f5e843.akpm@digeo.com> (raw)
In-Reply-To: <200305162035.50063.alistair@devzero.co.uk>
Alistair Strachan <alistair@devzero.co.uk> wrote:
>
> Just a quick note to alert you to a problem versus 2.5.69 virgin. In
> dmesg, I see the following:
>
> failed to register PPP device (0)
ah, thanks. Easily fixed.
diff -puN drivers/net/ppp_generic.c~ppp-warning-fix drivers/net/ppp_generic.c
--- 25/drivers/net/ppp_generic.c~ppp-warning-fix Fri May 16 14:04:48 2003
+++ 25-akpm/drivers/net/ppp_generic.c Fri May 16 14:05:00 2003
@@ -803,7 +803,7 @@ int __init ppp_init(void)
S_IFCHR|S_IRUSR|S_IWUSR, "ppp");
}
- if (!err)
+ if (err)
printk(KERN_ERR "failed to register PPP device (%d)\n", err);
return err;
}
_
next prev parent reply other threads:[~2003-05-16 20:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-16 19:35 2.5.69-mm6 Alistair Strachan
2003-05-16 21:06 ` Andrew Morton [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-05-17 1:23 2.5.69-mm6 Chuck Ebbert
2003-05-17 12:51 ` 2.5.69-mm6 Alan Cox
2003-05-17 18:52 ` 2.5.69-mm6 Oleg Drokin
2003-05-16 20:26 2.5.69-mm6 mikpe
2003-05-16 8:54 2.5.69-mm6 Andrew Morton
2003-05-16 10:04 ` 2.5.69-mm6 bert hubert
2003-05-16 10:13 ` 2.5.69-mm6 Andrew Morton
2003-05-16 10:16 ` 2.5.69-mm6 bert hubert
2003-05-16 15:37 ` 2.5.69-mm6 Alan Cox
2003-05-16 16:58 ` 2.5.69-mm6 Valdis.Kletnieks
2003-05-17 13:46 ` 2.5.69-mm6 Alan Cox
2003-05-16 17:28 ` 2.5.69-mm6 Andreas Henriksson
2003-05-16 17:55 ` 2.5.69-mm6 Dave Jones
2003-05-16 18:10 ` 2.5.69-mm6 Andreas Henriksson
2003-05-16 18:30 ` 2.5.69-mm6 Dave Jones
2003-05-16 19:02 ` 2.5.69-mm6 Andreas Henriksson
2003-05-16 19:25 ` 2.5.69-mm6 Dave Jones
2003-05-17 22:06 ` 2.5.69-mm6 Diego Calleja García
2003-05-18 11:36 ` 2.5.69-mm6 Helge Hafting
2003-05-18 13:05 ` 2.5.69-mm6 Diego Calleja García
2003-05-18 13:58 ` 2.5.69-mm6 Rudmer van Dijk
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=20030516140635.07f5e843.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=alistair@devzero.co.uk \
--cc=linux-kernel@vger.kernel.org \
/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