speedtch speedtch.c,1.42,1.43

Duncan Sands duncan at infradead.org
Thu Apr 14 09:41:41 EDT 2005


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv4435

Modified Files:
	speedtch.c 
Log Message:
Remove no longer needed workaround.


Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- speedtch.c	8 Apr 2005 15:05:44 -0000	1.42
+++ speedtch.c	14 Apr 2005 13:41:39 -0000	1.43
@@ -753,7 +753,7 @@
 	for(i = 0; i < num_interfaces; i++)
 		if ((cur_intf = usb_ifnum_to_if(usb_dev, i))) {
 			usb_set_intfdata(cur_intf, NULL);
-//QQ			usb_driver_release_interface(&speedtch_usb_driver, cur_intf);
+			usb_driver_release_interface(&speedtch_usb_driver, cur_intf);
 		}
 }
 




More information about the Usbatm-commits mailing list