aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/rfcomm/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c
index 37c640d1c3fd..acd84fd524b8 100644
--- a/net/bluetooth/rfcomm/core.c
+++ b/net/bluetooth/rfcomm/core.c
@@ -1781,8 +1781,6 @@ static inline void rfcomm_accept_connection(struct rfcomm_session *s)
1781 if (err < 0) 1781 if (err < 0)
1782 return; 1782 return;
1783 1783
1784 __module_get(nsock->ops->owner);
1785
1786 /* Set our callbacks */ 1784 /* Set our callbacks */
1787 nsock->sk->sk_data_ready = rfcomm_l2data_ready; 1785 nsock->sk->sk_data_ready = rfcomm_l2data_ready;
1788 nsock->sk->sk_state_change = rfcomm_l2state_change; 1786 nsock->sk->sk_state_change = rfcomm_l2state_change;