<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.636   -&gt; 1.637  
#	drivers/usb/usb-ohci.c	1.27    -&gt; 1.28   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/08/29	david-b@pacbell.net	1.637
# [PATCH] USB: ohci completion of unlinked urbs patch
# 
# OHCI bug fix
# --------------------------------------------
#
diff -Nru a/drivers/usb/usb-ohci.c b/drivers/usb/usb-ohci.c
--- a/drivers/usb/usb-ohci.c	Thu Aug 29 13:54:14 2002
+++ b/drivers/usb/usb-ohci.c	Thu Aug 29 13:54:14 2002
@@ -1512,6 +1512,8 @@
 			urb-&gt;complete (urb);
 	} else {
 		urb-&gt;status = -ENOENT;
+		if (urb-&gt;complete)
+			urb-&gt;complete (urb);
 
 		/* unblock sohci_unlink_urb */
 		if (wait_head)
</pre></body></html>