Merge tag 'v2.6.39-rc7'
[pandora-kernel.git] / init / do_mounts_rd.c
index 6e1ee69..fe9acb0 100644 (file)
@@ -64,7 +64,7 @@ identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor)
 
        buf = kmalloc(size, GFP_KERNEL);
        if (!buf)
-               return -1;
+               return -ENOMEM;
 
        minixsb = (struct minix_super_block *) buf;
        ext2sb = (struct ext2_super_block *) buf;