Hi,

Here's a patch against 2.4.11-pre6 that fixes a compile time warning in
the io_edgeport driver.

thanks,

greg k-h
(temporary USB maintainer)


diff --minimal -Nru a/drivers/usb/serial/io_edgeport.c 
b/drivers/usb/serial/io_edgeport.c
--- a/drivers/usb/serial/io_edgeport.c  Tue Oct  9 14:16:55 2001
+++ b/drivers/usb/serial/io_edgeport.c  Tue Oct  9 14:16:55 2001
@@ -478,7 +478,6 @@
 
 static void unicode_to_ascii           (char *string, short *unicode, int 
unicode_size);
 
-static int  get_string_desc            (struct usb_device *dev, int Id, struct 
usb_string_descriptor **pRetDesc);
 
 
 
@@ -614,6 +613,7 @@
 }
 
 
+#if 0
 /************************************************************************
  *
  *  Get string descriptor from device
@@ -644,7 +644,7 @@
        *pRetDesc = pStringDesc;
        return 0;
 }
-
+#endif
 
 
 


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

Reply via email to