Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249609
b: refs/heads/master
c: cacd18a
h: refs/heads/master
i:
  249607: c1eebf4
v: v3
  • Loading branch information
David Chang authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 4c5d792 commit 1c5da28
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: 64a47c5072a6d702349dba30ea8b0e69be4d9778
refs/heads/master: cacd18a8476ce145ca5dcd46dc5b75585fd1289c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ static void correct_endian_ret_submit(struct usbip_header_ret_submit *pdu,
be32_to_cpus(&pdu->status);
be32_to_cpus(&pdu->actual_length);
be32_to_cpus(&pdu->start_frame);
cpu_to_be32s(&pdu->number_of_packets);
be32_to_cpus(&pdu->number_of_packets);
be32_to_cpus(&pdu->error_count);
}
}
Expand Down

0 comments on commit 1c5da28

Please sign in to comment.