]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/bluetooth/hidp/sock.c
Bluetooth: hidp: remove redundant error message
[karo-tx-linux.git] / net / bluetooth / hidp / sock.c
index 5d0f1ca0a314660698e67d9c2d58d26dcc269ffa..e6bf36a0ba40230e4bffcb2624420b0592ba3631 100644 (file)
@@ -296,7 +296,6 @@ int __init hidp_init_sockets(void)
        return 0;
 
 error:
-       BT_ERR("Can't register HIDP socket");
        proto_unregister(&hidp_proto);
        return err;
 }