Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200682
b: refs/heads/master
c: 03ab746
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Pinkava authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent 50a707c commit 9cd0e11
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0d152de56938361fa2b960db67657b20cdaa6d84
refs/heads/master: 03ab7461df3c74c9418c3f5485ea1127ece1ff79
3 changes: 1 addition & 2 deletions trunk/drivers/usb/gadget/f_eem.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,7 @@ static int eem_unwrap(struct gether *port,
crc = get_unaligned_le32(skb->data + len
- ETH_FCS_LEN);
crc2 = ~crc32_le(~0,
skb->data,
skb->len - ETH_FCS_LEN);
skb->data, len - ETH_FCS_LEN);
} else {
crc = get_unaligned_be32(skb->data + len
- ETH_FCS_LEN);
Expand Down

0 comments on commit 9cd0e11

Please sign in to comment.