Author: n_hibma
Date: Wed Oct 22 20:18:47 2008
New Revision: 184178
URL: http://svn.freebsd.org/changeset/base/184178

Log:
  Remove a comment that belonged to a deleted if statement.

Modified:
  head/sys/dev/usb/ubsa.c

Modified: head/sys/dev/usb/ubsa.c
==============================================================================
--- head/sys/dev/usb/ubsa.c     Wed Oct 22 19:55:12 2008        (r184177)
+++ head/sys/dev/usb/ubsa.c     Wed Oct 22 20:18:47 2008        (r184178)
@@ -433,7 +433,6 @@ ubsa_request(struct ubsa_softc *sc, u_in
        usb_device_request_t req;
        usbd_status err;
 
-       /* The huawei Exxx devices support none of these tricks */
        req.bmRequestType = UT_WRITE_VENDOR_DEVICE;
        req.bRequest = request;
        USETW(req.wValue, value);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to