]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
Bluetooth: hidp: Don't release device ref if never held
authorPeter Hurley <peter@hurleysoftware.com>
Fri, 5 Aug 2011 14:52:01 +0000 (10:52 -0400)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 11 Aug 2011 22:50:28 +0000 (19:50 -0300)
When an hidp connection is added for a boot protocol input
device, don't release a device reference that was never
acquired. The device reference is acquired when the session
is linked to the session list (which hasn't happened yet when
hidp_setup_input is called).

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hidp/core.c

index a859f9078df654bcd5bf59aa91e62e5ca2102a0c..fb68f344c34a68e5a4334b751196680ac33ffdfe 100644 (file)
@@ -844,7 +844,6 @@ static int hidp_setup_input(struct hidp_session *session,
        if (err < 0) {
                input_free_device(input);
                session->input = NULL;
-               hci_conn_put_device(session->conn);
                return err;
        }