From: Greg KH <greg@kroah.com>
To: Johannes Erdfelt <jerdfelt@valinux.com>
Cc: Dawson Engler <engler@csl.Stanford.EDU>,
linux-kernel@vger.kernel.org, mc@cs.Stanford.EDU
Subject: Re: [CHECKER] free bugs in 2.4.4 and 2.4.4-ac8
Date: Thu, 24 May 2001 22:19:39 -0700 [thread overview]
Message-ID: <20010524221939.D8162@kroah.com> (raw)
In-Reply-To: <200105242104.OAA29654@csl.Stanford.EDU>
In-Reply-To: <200105242104.OAA29654@csl.Stanford.EDU>; from engler@csl.Stanford.EDU on Thu, May 24, 2001 at 02:04:02PM -0700
[-- Attachment #1: Type: text/plain, Size: 130 bytes --]
Here's the patch to fix the io_edgeport driver. Johannes, please send
this to Linus, it's against 2.4.5-pre5.
thanks,
greg k-h
[-- Attachment #2: usb-io_edgeport-2.4.5-pre5.patch --]
[-- Type: text/plain, Size: 418 bytes --]
diff -Nru a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c
--- a/drivers/usb/serial/io_edgeport.c Thu May 24 23:18:56 2001
+++ b/drivers/usb/serial/io_edgeport.c Thu May 24 23:18:56 2001
@@ -944,7 +944,7 @@
}
if (status) {
- dbg(__FUNCTION__" - nonzero write bulk status received: %d", urb->status);
+ dbg(__FUNCTION__" - nonzero write bulk status received: %d", status);
return;
}
next prev parent reply other threads:[~2001-05-25 6:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-24 21:04 [CHECKER] free bugs in 2.4.4 and 2.4.4-ac8 Dawson Engler
2001-05-24 21:17 ` Alexander Viro
2001-05-24 22:01 ` Justin Carlson
2001-05-24 22:44 ` Alan Cox
2001-05-24 22:55 ` Justin Carlson
2001-05-24 23:16 ` Alan Cox
2001-05-24 23:17 ` David S. Miller
2001-05-25 15:21 ` Jeff Hartmann
2001-05-25 5:19 ` Greg KH [this message]
2001-05-25 17:59 ` Rik van Riel
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=20010524221939.D8162@kroah.com \
--to=greg@kroah.com \
--cc=engler@csl.Stanford.EDU \
--cc=jerdfelt@valinux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mc@cs.Stanford.EDU \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.