Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291074
b: refs/heads/master
c: 89bb46d
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Johan Hedberg committed Feb 29, 2012
1 parent 0d09efe commit 164c682
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: 3379013bcfceb3c0365a3cf03543d6c67b84fc34
refs/heads/master: 89bb46d02046b59c1de3d2e92680f3a1062750d0
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ static int hci_reassembly(struct hci_dev *hdev, int type, void *data,

while (count) {
scb = (void *) skb->cb;
len = min_t(__u16, scb->expect, count);
len = min_t(uint, scb->expect, count);

memcpy(skb_put(skb, len), data, len);

Expand Down

0 comments on commit 164c682

Please sign in to comment.