]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/do_mounts_rd.c
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[linux-2.6-omap-h63xx.git] / init / do_mounts_rd.c
index fedef93b586fad4146bf1f1cfd04dffbb012c0e1..a7c748fa977a44c2887ad9fcaee3beddf8d4f45e 100644 (file)
@@ -71,7 +71,7 @@ identify_ramdisk_image(int fd, int start_block)
        sys_read(fd, buf, size);
 
        /*
-        * If it matches the gzip magic numbers, return -1
+        * If it matches the gzip magic numbers, return 0
         */
        if (buf[0] == 037 && ((buf[1] == 0213) || (buf[1] == 0236))) {
                printk(KERN_NOTICE