Hi,

Here's a patch against 2.4.18-pre2 that fixes the USB usbnet driver to
use the correct size variable for storing the CPU flags info.

thanks,

greg k-h


diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c
--- a/drivers/usb/usbnet.c      Tue Jan  8 09:48:29 2002
+++ b/drivers/usb/usbnet.c      Tue Jan  8 09:48:29 2002
@@ -1571,7 +1571,7 @@
        struct urb              *urb = 0;
        struct skb_data         *entry;
        struct driver_info      *info = dev->driver_info;
-       int                     flags;
+       unsigned long           flags;
 #ifdef CONFIG_USB_NET1080
        struct nc_header        *header = 0;
        struct nc_trailer       *trailer = 0;


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to