public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB rtl8150 bug
@ 2002-04-10 13:48 Rusty Russell
  2002-04-10 17:16 ` Petko Manolov
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Russell @ 2002-04-10 13:48 UTC (permalink / raw)
  To: petkan; +Cc: linux-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-10 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 13:48 [PATCH] USB rtl8150 bug Rusty Russell
2002-04-10 17:16 ` Petko Manolov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox