Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28280
b: refs/heads/master
c: 183bd5b
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 21, 2006
1 parent 429a2d3 commit 45b27a9
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: 789e7dc8ee6cfb7928208b077d0799d81196e9bb
refs/heads/master: 183bd5b3da82b80920c30c4772222df8027fc364
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)
pr_debug("kobject_add failed for %s with -EEXIST, "
printk("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
pr_debug("kobject_add failed for %s (%d)\n",
printk("kobject_add failed for %s (%d)\n",
kobject_name(kobj), error);
/* dump_stack(); */
dump_stack();
}

return error;
Expand Down

0 comments on commit 45b27a9

Please sign in to comment.