Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2009 02:40:04 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 155793 for review
Message-ID:  <200901080240.n082e4hZ020843@repoman.freebsd.org>

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

Change 155793 by weongyo@weongyo_ws on 2009/01/08 02:39:44

	looks the initilizetion of led is done so get rid of a XXX comment.

Affected files ...

.. //depot/projects/vap/sys/dev/usb/if_urtw.c#10 edit

Differences ...

==== //depot/projects/vap/sys/dev/usb/if_urtw.c#10 (text+ko) ====

@@ -501,7 +501,7 @@
 	error = urtw_get_txpwr(sc);
 	if (error != 0)
 		goto fail;
-	error = urtw_led_init(sc);		/* XXX incompleted  */
+	error = urtw_led_init(sc);
 	if (error != 0)
 		goto fail;
 



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