Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129725
b: refs/heads/master
c: b74f62c
h: refs/heads/master
i:
  129723: 8aa420c
v: v3
  • Loading branch information
Denis Joseph Barrow authored and David S. Miller committed Jan 13, 2009
1 parent e71f94b commit e80a497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a73be040650463eacb95f83d2e6673ac57b4fc59
refs/heads/master: b74f62c1e736ea01c660355526dd54132d241ca9
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/hso.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e80a497

Please sign in to comment.