From: Rusty Russell <rusty@rustcorp.com.au>
To: petkan@users.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] USB rtl8150 bug
Date: Wed, 10 Apr 2002 23:48:17 +1000 [thread overview]
Message-ID: <E16vISP-00031t-00@wagner.rustcorp.com.au> (raw)
Name: Bitops rtl8150 USB fix.
Author: Rusty Russell
Status: Trivial
D: This changes struct rtl8150's flags element to be an unsigned long,
D: since bitops are done on it.
diff -urN -I \$.*\$ --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.8-pre3/drivers/usb/net/rtl8150.c tmp/drivers/usb/net/rtl8150.c
--- linux-2.5.8-pre3/drivers/usb/net/rtl8150.c Wed Apr 10 21:47:51 2002
+++ tmp/drivers/usb/net/rtl8150.c Wed Apr 10 23:26:37 2002
@@ -83,7 +83,7 @@
struct rtl8150 {
- unsigned int flags;
+ unsigned long flags;
struct usb_device *udev;
struct usb_interface *interface;
struct semaphore sem;
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
next reply other threads:[~2002-04-10 14:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-10 13:48 Rusty Russell [this message]
2002-04-10 17:16 ` [PATCH] USB rtl8150 bug Petko Manolov
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=E16vISP-00031t-00@wagner.rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=petkan@users.sourceforge.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