Loading net/bluetooth/hidp/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1268,7 +1268,7 @@ int hidp_connection_add(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) { struct hidp_session *session; struct hidp_session *session = NULL; struct l2cap_conn *conn; struct l2cap_chan *chan = l2cap_pi(ctrl_sock->sk)->chan; int ret; Loading Loading
net/bluetooth/hidp/core.c +1 −1 Original line number Diff line number Diff line Loading @@ -1268,7 +1268,7 @@ int hidp_connection_add(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock) { struct hidp_session *session; struct hidp_session *session = NULL; struct l2cap_conn *conn; struct l2cap_chan *chan = l2cap_pi(ctrl_sock->sk)->chan; int ret; Loading