PERFORCE change 149728 for review

Andrew Thompson thompsa at FreeBSD.org
Sat Sep 13 22:26:21 UTC 2008


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

Change 149728 by thompsa at thompsa_burger on 2008/09/13 22:25:47

	Initialise cnt.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/serial/usb2_serial.c#12 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/serial/usb2_serial.c#12 (text+ko) ====

@@ -1066,6 +1066,7 @@
 		/* pass characters to tty layer */
 
 		buf = res.buffer;
+		cnt = res.length;
 
 		/* first check if we can pass the buffer directly */
 


More information about the p4-projects mailing list