Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295233
b: refs/heads/master
c: 0e0cb89
h: refs/heads/master
i:
  295231: 47df4a3
v: v3
  • Loading branch information
Bernhard Walle authored and Linus Torvalds committed Mar 23, 2012
1 parent 7f37632 commit 42c5344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8595c539f0360477189eef91f6337ba44962f72d
refs/heads/master: 0e0cb892a8dac7c76321c899934705e5f0812574
4 changes: 2 additions & 2 deletions trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ void __init mount_block_root(char *name, int flags)
#ifdef CONFIG_BLOCK
__bdevname(ROOT_DEV, b);
#endif
printk("VFS: Cannot open root device \"%s\" or %s\n",
root_device_name, b);
printk("VFS: Cannot open root device \"%s\" or %s: error %d\n",
root_device_name, b, err);
printk("Please append a correct \"root=\" boot option; here are the available partitions:\n");

printk_all_partitions();
Expand Down

0 comments on commit 42c5344

Please sign in to comment.