PERFORCE change 148164 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Sat Aug 23 10:03:54 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148164
Change 148164 by hselasky at hselasky_laptop001 on 2008/08/23 10:03:30
Fix a compiler warning.
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb2/core/usb2_generic.c#20 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb2/core/usb2_generic.c#20 (text+ko) ====
@@ -1013,6 +1013,9 @@
return (0); /* success */
} else {
+
+ *pindex = 0; /* fix compiler warning */
+
f->flag_iscomplete = 0;
}
return (1); /* failure */
More information about the p4-projects
mailing list