PERFORCE change 131959 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Dec 29 04:27:28 PST 2007


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

Change 131959 by hselasky at hselasky_laptop001 on 2007/12/29 12:26:56

	
	Fix compile warning: Unused label.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/at9100_dci.c#9 edit

Differences ...

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

@@ -610,7 +610,9 @@
 	uint32_t csr;
 	uint32_t temp;
 
+#if 0
 repeat:
+#endif
 
 	/* read out FIFO status */
 	csr = bus_space_read_4(td->io_tag, td->io_hdl,


More information about the p4-projects mailing list