Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70715
b: refs/heads/master
c: d58ae67
h: refs/heads/master
i:
  70713: 99b93a1
  70711: b8fd955
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Oct 17, 2007
1 parent 93f041a commit b6257b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 22d2b35b200f76085c16a2e14ca30b58510fcbe7
refs/heads/master: d58ae67813ff97030d2f47ff7d1e5f54e5d7c5b3
3 changes: 2 additions & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,8 @@ static struct module *load_module(void __user *umod,
module_unload_init(mod);

/* Initialize kobject, so we can reference it. */
if (mod_sysfs_init(mod) != 0)
err = mod_sysfs_init(mod);
if (err)
goto cleanup;

/* Set up license info based on the info section */
Expand Down

0 comments on commit b6257b6

Please sign in to comment.