Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104537
b: refs/heads/master
c: bd2c784
h: refs/heads/master
i:
  104535: 5d6de1c
v: v3
  • Loading branch information
Harvey Harrison authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent 93dcb62 commit 989756c
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: 0031a06e2f07ab0d1bc98c31dbb6801f95f4bf01
refs/heads/master: bd2c784595e3dd551c2b3aa4167657bcc802f598
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/kl5kusb105.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int klsi_105_get_line_state(struct usb_serial_port *port,
if (rc < 0)
err("Reading line status failed (error = %d)", rc);
else {
status = le16_to_cpu(get_unaligned((__le16 *)status_buf));
status = get_unaligned_le16(status_buf);

info("%s - read status %x %x", __func__,
status_buf[0], status_buf[1]);
Expand Down

0 comments on commit 989756c

Please sign in to comment.