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
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;
        }
 

Reply via email to