Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369019
b: refs/heads/master
c: 12033ca
h: refs/heads/master
i:
  369017: 88321e7
  369015: 8a5ad57
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Gustavo Padovan committed Mar 18, 2013
1 parent 2371a38 commit 75c52ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77189df43114e85b563d039d0b7f23d4f8f71d79
refs/heads/master: 12033caf2380dbd28a497519eece9e92ccdca1c7
4 changes: 1 addition & 3 deletions trunk/net/bluetooth/hci_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,8 @@ int __init bt_sysfs_init(void)
bt_debugfs = debugfs_create_dir("bluetooth", NULL);

bt_class = class_create(THIS_MODULE, "bluetooth");
if (IS_ERR(bt_class))
return PTR_ERR(bt_class);

return 0;
return PTR_RET(bt_class);
}

void bt_sysfs_cleanup(void)
Expand Down

0 comments on commit 75c52ff

Please sign in to comment.