* David Miller <davem@xxxxxxxxxxxxx> [2011-05-19 18:09:00 -0400]: > > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> > > diff --git a/net/bluetooth/rfcomm/sock.c b/net/bluetooth/rfcomm/sock.c > index 386cfaf..bcf077c 100644 > --- a/net/bluetooth/rfcomm/sock.c > +++ b/net/bluetooth/rfcomm/sock.c > @@ -741,7 +741,6 @@ static int rfcomm_sock_setsockopt(struct socket *sock, int level, int optname, c > static int rfcomm_sock_getsockopt_old(struct socket *sock, int optname, char __user *optval, int __user *optlen) > { > struct sock *sk = sock->sk; > - struct sock *l2cap_sk; > struct rfcomm_conninfo cinfo; > struct l2cap_conn *conn = l2cap_pi(sk)->chan->conn; > int len, err = 0; > @@ -786,8 +785,6 @@ static int rfcomm_sock_getsockopt_old(struct socket *sock, int optname, char __u > break; > } > > - l2cap_sk = rfcomm_pi(sk)->dlc->session->sock->sk; > - > cinfo.hci_handle = conn->hcon->handle; > memcpy(cinfo.dev_class, conn->hcon->dev_class, 3); 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