diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-04 19:14:33 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-04-09 14:13:36 -0400 |
commit | b03166152f6da91cec8b66837b309dd3923ea536 (patch) | |
tree | a749acffe925a9e595e6ff04e2c41d6f70f745bb /net/bluetooth/sco.c | |
parent | 14805359c790977199e0d74fe689c2c17e6a0954 (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/sco.c')
-rw-r--r-- | net/bluetooth/sco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index fad0302bdb32..7e8dbaf8bc10 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c | |||
@@ -1083,7 +1083,7 @@ int __init sco_init(void) | |||
1083 | goto error; | 1083 | goto error; |
1084 | } | 1084 | } |
1085 | 1085 | ||
1086 | err = bt_procfs_init(THIS_MODULE, &init_net, "sco", &sco_sk_list, NULL); | 1086 | err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); |
1087 | if (err < 0) { | 1087 | if (err < 0) { |
1088 | BT_ERR("Failed to create SCO proc file"); | 1088 | BT_ERR("Failed to create SCO proc file"); |
1089 | bt_sock_unregister(BTPROTO_SCO); | 1089 | bt_sock_unregister(BTPROTO_SCO); |