Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105958
b: refs/heads/master
c: f098ad6
h: refs/heads/master
v: v3
  • Loading branch information
Nadia Derbey authored and Linus Torvalds committed Jul 25, 2008
1 parent 52020e2 commit cbdad79
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: 4ae537892ab9858f71c78701f4651ad1ca531a1b
refs/heads/master: f098ad655f4dd8e3da98ffbeda9cedcc4459c01a
3 changes: 2 additions & 1 deletion trunk/lib/idr.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ EXPORT_SYMBOL(idr_get_new);

static void idr_remove_warning(int id)
{
printk("idr_remove called for id=%d which is not allocated.\n", id);
printk(KERN_WARNING
"idr_remove called for id=%d which is not allocated.\n", id);
dump_stack();
}

Expand Down

0 comments on commit cbdad79

Please sign in to comment.