Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104772
b: refs/heads/master
c: 185000f
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent 3054c99 commit e7892b0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a231934bdf086a4fefc0df06e669499125a9db6f
refs/heads/master: 185000fc556372b7fb7f26516c325f212030dbd3
2 changes: 1 addition & 1 deletion trunk/samples/kobject/kset-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct foo_obj *create_foo_obj(const char *name)
*/
retval = kobject_init_and_add(&foo->kobj, &foo_ktype, NULL, "%s", name);
if (retval) {
kfree(foo);
kobject_put(&foo->kobj);
return NULL;
}

Expand Down

0 comments on commit e7892b0

Please sign in to comment.