Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255716
b: refs/heads/master
c: d29d04c
h: refs/heads/master
v: v3
  • Loading branch information
David Miller authored and Gustavo F. Padovan committed Jun 9, 2011
1 parent 25b60db commit e89ca1c
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: e694928067b52f569a7df39b7f02efd7b34ab8f4
refs/heads/master: d29d04ce0f49b9fbcaefc83ec4e9bdb7badd45fa
3 changes: 1 addition & 2 deletions trunk/net/bluetooth/cmtp/capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void cmtp_recv_capimsg(struct cmtp_session *session, struct sk_buff *skb)
{
struct capi_ctr *ctrl = &session->ctrl;
struct cmtp_application *application;
__u16 cmd, appl;
__u16 appl;
__u32 contr;

BT_DBG("session %p skb %p len %d", session, skb, skb->len);
Expand All @@ -344,7 +344,6 @@ void cmtp_recv_capimsg(struct cmtp_session *session, struct sk_buff *skb)
return;
}

cmd = CAPICMD(CAPIMSG_COMMAND(skb->data), CAPIMSG_SUBCOMMAND(skb->data));
appl = CAPIMSG_APPID(skb->data);
contr = CAPIMSG_CONTROL(skb->data);

Expand Down

0 comments on commit e89ca1c

Please sign in to comment.