ChangeSet 1.1455.1.30, 2003/07/15 14:59:38-07:00, [EMAIL PROTECTED]

[PATCH] USB: fix layering violation in usblp

writing urb->status is a no go area for drivers.


 drivers/usb/class/usblp.c |    1 -
 1 files changed, 1 deletion(-)


diff -Nru a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c
--- a/drivers/usb/class/usblp.c Thu Jul 17 17:04:04 2003
+++ b/drivers/usb/class/usblp.c Thu Jul 17 17:04:04 2003
@@ -359,7 +359,6 @@
        file->private_data = usblp;
 
        usblp->writeurb->transfer_buffer_length = 0;
-       usblp->writeurb->status = 0;
        usblp->wcomplete = 1; /* we begin writeable */
        usblp->rcomplete = 0;
 



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to