Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209878
b: refs/heads/master
c: d1ab903
h: refs/heads/master
v: v3
  • Loading branch information
Michael Wileczka authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent 3c7fe67 commit 7ef7776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 72916791cbeb9cc607ae620cfba207dea481cd76
refs/heads/master: d1ab903d2552b2362339b19203c7f01c797cb316
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ static void ftdi_set_max_packet_size(struct usb_serial_port *port)
}

/* set max packet size based on descriptor */
priv->max_packet_size = ep_desc->wMaxPacketSize;
priv->max_packet_size = le16_to_cpu(ep_desc->wMaxPacketSize);

dev_info(&udev->dev, "Setting MaxPacketSize %d\n", priv->max_packet_size);
}
Expand Down

0 comments on commit 7ef7776

Please sign in to comment.