diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | 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 e366be0792cb..419e2c3306aa 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap.c | |||
@@ -530,7 +530,7 @@ static void l2cap_conn_start(struct l2cap_conn *conn) | |||
530 | conn->feat_mask) | 530 | conn->feat_mask) |
531 | && l2cap_pi(sk)->conf_state & | 531 | && l2cap_pi(sk)->conf_state & |
532 | L2CAP_CONF_STATE2_DEVICE) { | 532 | L2CAP_CONF_STATE2_DEVICE) { |
533 | tmp1 = kzalloc(sizeof(struct srej_list), | 533 | tmp1 = kzalloc(sizeof(struct sock_del_list), |
534 | GFP_ATOMIC); | 534 | GFP_ATOMIC); |
535 | tmp1->sk = sk; | 535 | tmp1->sk = sk; |
536 | list_add_tail(&tmp1->list, &del.list); | 536 | list_add_tail(&tmp1->list, &del.list); |