diff options
Diffstat (limited to 'net/bluetooth/hidp/sock.c')
-rw-r--r-- | net/bluetooth/hidp/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/sock.c b/net/bluetooth/hidp/sock.c index 2f4cbb0865ca..cb3fdde1968a 100644 --- a/net/bluetooth/hidp/sock.c +++ b/net/bluetooth/hidp/sock.c | |||
@@ -275,7 +275,7 @@ int __init hidp_init_sockets(void) | |||
275 | goto error; | 275 | goto error; |
276 | } | 276 | } |
277 | 277 | ||
278 | err = bt_procfs_init(THIS_MODULE, &init_net, "hidp", &hidp_sk_list, NULL); | 278 | err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); |
279 | if (err < 0) { | 279 | if (err < 0) { |
280 | BT_ERR("Failed to create HIDP proc file"); | 280 | BT_ERR("Failed to create HIDP proc file"); |
281 | bt_sock_unregister(BTPROTO_HIDP); | 281 | bt_sock_unregister(BTPROTO_HIDP); |