Date: Wed, 22 Oct 2008 20:18:47 +0000 (UTC) From: Nick Hibma <n_hibma@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184178 - head/sys/dev/usb Message-ID: <200810222018.m9MKIlmm037974@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810222018.m9MKIlmm037974>