diff options
-rw-r--r-- | net/bluetooth/hidp/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index 8d99a17c478c..7722d8346684 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c | |||
@@ -1023,7 +1023,7 @@ int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock, | |||
1023 | 1023 | ||
1024 | if (req->rd_size > 0) { | 1024 | if (req->rd_size > 0) { |
1025 | err = hidp_setup_hid(session, req); | 1025 | err = hidp_setup_hid(session, req); |
1026 | if (err && err != -ENODEV) | 1026 | if (err) |
1027 | goto purge; | 1027 | goto purge; |
1028 | } | 1028 | } |
1029 | 1029 | ||