Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2007 12:27:27 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 131959 for review
Message-ID:  <200712291227.lBTCRRHu091494@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131959

Change 131959 by hselasky@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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712291227.lBTCRRHu091494>