diff options
Diffstat (limited to 'init/do_mounts_rd.c')
-rw-r--r-- | init/do_mounts_rd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c index 91d0cfca5071..027a402708de 100644 --- a/init/do_mounts_rd.c +++ b/init/do_mounts_rd.c | |||
@@ -83,7 +83,8 @@ identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor) | |||
83 | printk(KERN_NOTICE "RAMDISK: %s image found at block %d\n", | 83 | printk(KERN_NOTICE "RAMDISK: %s image found at block %d\n", |
84 | compress_name, start_block); | 84 | compress_name, start_block); |
85 | if (!*decompressor) | 85 | if (!*decompressor) |
86 | printk(KERN_CRIT "RAMDISK: %s decompressor not configured!\n", | 86 | printk(KERN_EMERG |
87 | "RAMDISK: %s decompressor not configured!\n", | ||
87 | compress_name); | 88 | compress_name); |
88 | nblocks = 0; | 89 | nblocks = 0; |
89 | goto done; | 90 | goto done; |