Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155652
b: refs/heads/master
c: 7fefe6a
h: refs/heads/master
v: v3
  • Loading branch information
Vincent CUISSARD authored and David S. Miller committed Jul 17, 2009
1 parent 0551a91 commit 5e532da
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: 869f1c54e9aecde1dfd4349832ce9415a596be8e
refs/heads/master: 7fefe6a88494b00b151b5ca7bb84daaa781bbca7
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/cdc_eem.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static int eem_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
* bmCRC = 0 : CRC = 0xDEADBEEF
*/
if (header & BIT(14))
crc2 = ~crc32_le(~0, skb2->data, len);
crc2 = ~crc32_le(~0, skb2->data, skb2->len);
else
crc2 = 0xdeadbeef;

Expand Down

0 comments on commit 5e532da

Please sign in to comment.