Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26877
b: refs/heads/master
c: ae57a85
h: refs/heads/master
i:
  26875: f5d37cc
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Linus Torvalds committed May 21, 2006
1 parent b464de6 commit c9f5c52
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b3969e5831adac133b286600e74214e1ae42ec05
refs/heads/master: ae57a856429dd932c547530df1b234eb7e642297
6 changes: 3 additions & 3 deletions trunk/lib/kobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ int kobject_add(struct kobject * kobj)

/* be noisy on error issues */
if (error == -EEXIST)
printk("kobject_add failed for %s with -EEXIST, "
pr_debug("kobject_add failed for %s with -EEXIST, "
"don't try to register things with the "
"same name in the same directory.\n",
kobject_name(kobj));
else
printk("kobject_add failed for %s (%d)\n",
pr_debug("kobject_add failed for %s (%d)\n",
kobject_name(kobj), error);
dump_stack();
/* dump_stack(); */
}

return error;
Expand Down

0 comments on commit c9f5c52

Please sign in to comment.