Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203865
b: refs/heads/master
c: 7a560e5
h: refs/heads/master
i:
  203863: 0475954
v: v3
  • Loading branch information
João Paulo Rechi Vita authored and Marcel Holtmann committed Jul 21, 2010
1 parent a571d0f commit 6773368
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: 57d3b22bf56579bb1ab2d6f5020d372c99a7afae
refs/heads/master: 7a560e5c99dc5f03e2c0dbe05ed20008af5d0bcf
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,7 @@ static int l2cap_check_fcs(struct l2cap_pinfo *pi, struct sk_buff *skb)
our_fcs = crc16(0, skb->data - hdr_size, skb->len + hdr_size);

if (our_fcs != rcv_fcs)
return -EINVAL;
return -EBADMSG;
}
return 0;
}
Expand Down

0 comments on commit 6773368

Please sign in to comment.