* Anderson Lizardo <anderson.lizardo@xxxxxxxxxxxxx> [2012-12-12 09:40:06 -0400]: > Hi Gustavo, > > On Wed, Dec 12, 2012 at 12:13 AM, Gustavo Padovan <gustavo@xxxxxxxxxxx> wrote: > > @@ -238,7 +244,7 @@ static inline void l2cap_chan_set_err(struct l2cap_chan *chan, int err) > > struct sock *sk = chan->sk; > > > > lock_sock(sk); > > - __l2cap_chan_set_err(chan, err); > > + chan->ops->state_change(chan, chan->state, 0); > > Why "0" and not "err" ? Yes, it is "err" here. I fixed both issues you reported. Gustavo -- 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