PERFORCE change 171911 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Dec 18 11:36:25 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=171911

Change 171911 by hselasky at hselasky_laptop001 on 2009/12/18 11:36:08

	
	USB storage:
		- bugfix after last commit.

Affected files ...

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

Differences ...

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

@@ -858,6 +858,7 @@
 
 done:
 	ret.quirks = quirks;
+	ret.proto = proto;
 	return (ret);
 }
 


More information about the p4-projects mailing list