Hi Dan, On Mon, Dec 16, 2013 at 4:28 PM, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > @@ -2413,8 +2413,8 @@ static struct sk_buff *l2cap_create_basic_pdu(struct l2cap_chan *chan, > > skb = chan->ops->alloc_skb(chan, count + L2CAP_HDR_SIZE, > msg->msg_flags & MSG_DONTWAIT); > - if (IS_ERR(skb)) > - return skb; > + if (skb) > + return ERR_PTR(-ENOMEM); It should be "!skb" above right? > > skb->priority = priority; > Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- 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