aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/hidp/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c
index d8029cfcd452..4ae3207e8a98 100644
--- a/net/bluetooth/hidp/core.c
+++ b/net/bluetooth/hidp/core.c
@@ -864,7 +864,7 @@ int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock,
864 864
865 if (req->rd_size > 0) { 865 if (req->rd_size > 0) {
866 err = hidp_setup_hid(session, req); 866 err = hidp_setup_hid(session, req);
867 if (err) 867 if (err && err != -ENODEV)
868 goto err_skb; 868 goto err_skb;
869 } 869 }
870 870