mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
bluetooth: kill unused 'module' argument of bt_procfs_init()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
14805359c7
commit
b03166152f
9 changed files with 10 additions and 10 deletions
|
@ -1083,7 +1083,7 @@ int __init sco_init(void)
|
|||
goto error;
|
||||
}
|
||||
|
||||
err = bt_procfs_init(THIS_MODULE, &init_net, "sco", &sco_sk_list, NULL);
|
||||
err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL);
|
||||
if (err < 0) {
|
||||
BT_ERR("Failed to create SCO proc file");
|
||||
bt_sock_unregister(BTPROTO_SCO);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue