aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/hidp/sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/sock.c b/net/bluetooth/hidp/sock.c
index 5d0f1ca0a314..e6bf36a0ba40 100644
--- a/net/bluetooth/hidp/sock.c
+++ b/net/bluetooth/hidp/sock.c
@@ -296,7 +296,6 @@ int __init hidp_init_sockets(void)
296 return 0; 296 return 0;
297 297
298error: 298error:
299 BT_ERR("Can't register HIDP socket");
300 proto_unregister(&hidp_proto); 299 proto_unregister(&hidp_proto);
301 return err; 300 return err;
302} 301}