Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327459
b: refs/heads/master
c: 8e8c7e3
h: refs/heads/master
i:
  327457: 554adec
  327455: dd6f2da
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed Aug 6, 2012
1 parent 2b88f43 commit 1cc0a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bb4b2a9ae38ef3bac69627f35e4f916752631fd1
refs/heads/master: 8e8c7e36fb216d2d072116de3bec6130627ad691
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/a2mp.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static int a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb,
static inline int a2mp_cmd_rsp(struct amp_mgr *mgr, struct sk_buff *skb,
struct a2mp_cmd *hdr)
{
BT_DBG("ident %d code %d", hdr->ident, hdr->code);
BT_DBG("ident %d code 0x%2.2x", hdr->ident, hdr->code);

skb_pull(skb, le16_to_cpu(hdr->len));
return 0;
Expand All @@ -335,7 +335,7 @@ static int a2mp_chan_recv_cb(struct l2cap_chan *chan, struct sk_buff *skb)
struct a2mp_cmd *hdr = (void *) skb->data;
u16 len = le16_to_cpu(hdr->len);

BT_DBG("code 0x%02x id %d len %d", hdr->code, hdr->ident, len);
BT_DBG("code 0x%2.2x id %d len %u", hdr->code, hdr->ident, len);

skb_pull(skb, sizeof(*hdr));

Expand Down

0 comments on commit 1cc0a7f

Please sign in to comment.