diff --git a/[refs] b/[refs] index ce807ad9a0b8..42d343f8b0f8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a73be040650463eacb95f83d2e6673ac57b4fc59 +refs/heads/master: b74f62c1e736ea01c660355526dd54132d241ca9 diff --git a/trunk/drivers/net/usb/hso.c b/trunk/drivers/net/usb/hso.c index c4918b86ed19..d17dc5214c9a 100644 --- a/trunk/drivers/net/usb/hso.c +++ b/trunk/drivers/net/usb/hso.c @@ -1792,8 +1792,8 @@ static int mux_device_request(struct hso_serial *serial, u8 type, u16 port, /* initialize */ ctrl_req->wValue = 0; - ctrl_req->wIndex = hso_port_to_mux(port); - ctrl_req->wLength = size; + ctrl_req->wIndex = cpu_to_le16(hso_port_to_mux(port)); + ctrl_req->wLength = cpu_to_le16(size); if (type == USB_CDC_GET_ENCAPSULATED_RESPONSE) { /* Reading command */