Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264878
b: refs/heads/master
c: c4253cb
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Greg Kroah-Hartman committed Sep 26, 2011
1 parent b6cabcf commit 180b8ec
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: bcbe4f94d15ae1c985336bb3c35605e595fdde0d
refs/heads/master: c4253cb0748cd50060d04d838c38b07f1ad0e6e5
3 changes: 2 additions & 1 deletion trunk/fs/sysfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ static void sysfs_link_sibling(struct sysfs_dirent *sd)
} else if (sd->s_ino > node->s_ino) {
p = &node->inode_node.rb_right;
} else {
printk(KERN_CRIT "sysfs: inserting duplicate inode '%lx'\n", sd->s_ino);
printk(KERN_CRIT "sysfs: inserting duplicate inode '%lx'\n",
(unsigned long) sd->s_ino);
BUG();
}
#undef node
Expand Down

0 comments on commit 180b8ec

Please sign in to comment.