diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hidp/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index a859f9078df6..fb68f344c34a 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c | |||
@@ -844,7 +844,6 @@ static int hidp_setup_input(struct hidp_session *session, | |||
844 | if (err < 0) { | 844 | if (err < 0) { |
845 | input_free_device(input); | 845 | input_free_device(input); |
846 | session->input = NULL; | 846 | session->input = NULL; |
847 | hci_conn_put_device(session->conn); | ||
848 | return err; | 847 | return err; |
849 | } | 848 | } |
850 | 849 | ||