Hi Ville, * Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxxxxxx> [2010-11-23 12:06:25 -0300]: > From: Ville Tervo <ville.tervo@xxxxxxxxx> > > Don't try to unlock sock if the lock was not held. > > Signed-off-by: Ville Tervo <ville.tervo@xxxxxxxxx> > --- > net/bluetooth/l2cap.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c > index 5894662..172bf93 100644 > --- a/net/bluetooth/l2cap.c > +++ b/net/bluetooth/l2cap.c > @@ -1441,7 +1441,7 @@ static void l2cap_le_conn_ready(struct l2cap_conn *conn) > parent = l2cap_get_sock_by_cid(BT_LISTEN, L2CAP_CID_LE_DATA, > conn->src); > if (!parent) > - goto clean; > + return; Why not merging this into patch 5/20? -- 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