diff options
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
-rw-r--r-- | net/bluetooth/l2cap_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c index 141e7b058b7e..36fed40c162c 100644 --- a/net/bluetooth/l2cap_sock.c +++ b/net/bluetooth/l2cap_sock.c | |||
@@ -1298,7 +1298,7 @@ int __init l2cap_init_sockets(void) | |||
1298 | goto error; | 1298 | goto error; |
1299 | } | 1299 | } |
1300 | 1300 | ||
1301 | err = bt_procfs_init(THIS_MODULE, &init_net, "l2cap", &l2cap_sk_list, | 1301 | err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, |
1302 | NULL); | 1302 | NULL); |
1303 | if (err < 0) { | 1303 | if (err < 0) { |
1304 | BT_ERR("Failed to create L2CAP proc file"); | 1304 | BT_ERR("Failed to create L2CAP proc file"); |