]> exis.tech > repos - linux.git/blobdiff - net/llc/llc_conn.c
Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groec...
[linux.git] / net / llc / llc_conn.c
index e8f427375c6891e1fdf98fc9f7f7e3bca05a726d..260460d50f54c4bdb0de72d766f589e3443a33c2 100644 (file)
@@ -767,7 +767,6 @@ static struct sock *llc_create_incoming_sock(struct sock *sk,
        newllc->dev = dev;
        dev_hold(dev);
        llc_sap_add_socket(llc->sap, newsk);
-       llc_sap_hold(llc->sap);
 out:
        return newsk;
 }