Remove a comment that belonged to a deleted if statement.

This commit is contained in:
Nick Hibma 2008-10-22 20:18:47 +00:00
parent 16511f59a9
commit 924b35eba0

View File

@ -433,7 +433,6 @@ ubsa_request(struct ubsa_softc *sc, u_int8_t request, u_int16_t value)
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);