PERFORCE change 163772 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jun 8 11:33:32 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163772

Change 163772 by hselasky at hselasky_laptop001 on 2009/06/08 11:33:20

	
	USB CORE:
	 - bugfix from Tim Borgeaud

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_compat_linux.c#41 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_compat_linux.c#41 (text+ko) ====

@@ -1143,7 +1143,7 @@
 		uhe++;
 	}
 	err = usb_setup_endpoint(dev, &dev->ep0, 0);
-	free(uhe, M_USBDEV);
+	free(dev->linux_endpoint_start, M_USBDEV);
 }
 
 /*------------------------------------------------------------------------*


More information about the p4-projects mailing list