* David Miller <davem@xxxxxxxxxxxxx> [2011-05-19 17:50:05 -0400]: > > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> > > diff --git a/net/bluetooth/cmtp/capi.c b/net/bluetooth/cmtp/capi.c > index 744233c..040f67b 100644 > --- a/net/bluetooth/cmtp/capi.c > +++ b/net/bluetooth/cmtp/capi.c > @@ -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); > @@ -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); Applied, thanks. -- Gustavo F. Padovan http://profusion.mobi -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html