PERFORCE change 155793 for review

Weongyo Jeong weongyo at FreeBSD.org
Thu Jan 8 02:40:07 UTC 2009


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

Change 155793 by weongyo at 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;
 


More information about the p4-projects mailing list