aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-04-04 19:14:33 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-09 14:13:36 -0400
commitb03166152f6da91cec8b66837b309dd3923ea536 (patch)
treea749acffe925a9e595e6ff04e2c41d6f70f745bb /net/bluetooth/rfcomm
parent14805359c790977199e0d74fe689c2c17e6a0954 (diff)
bluetooth: kill unused 'module' argument of bt_procfs_init()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/bluetooth/rfcomm')
-rw-r--r--net/bluetooth/rfcomm/sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/sock.c b/net/bluetooth/rfcomm/sock.c
index c23bae86263b..fda3bb4019a3 100644
--- a/net/bluetooth/rfcomm/sock.c
+++ b/net/bluetooth/rfcomm/sock.c
@@ -1036,7 +1036,7 @@ int __init rfcomm_init_sockets(void)
1036 goto error; 1036 goto error;
1037 } 1037 }
1038 1038
1039 err = bt_procfs_init(THIS_MODULE, &init_net, "rfcomm", &rfcomm_sk_list, NULL); 1039 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL);
1040 if (err < 0) { 1040 if (err < 0) {
1041 BT_ERR("Failed to create RFCOMM proc file"); 1041 BT_ERR("Failed to create RFCOMM proc file");
1042 bt_sock_unregister(BTPROTO_RFCOMM); 1042 bt_sock_unregister(BTPROTO_RFCOMM);