diff --git a/[refs] b/[refs] index 3de0e5bc6060..caf35980efe0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2e0eb731e52ebfab177860e59e6e3464c2521839 +refs/heads/master: 93fd85d005eae2d1106aabd581adb6f20e335c83 diff --git a/trunk/init/do_mounts_rd.c b/trunk/init/do_mounts_rd.c index fedef93b586f..a7c748fa977a 100644 --- a/trunk/init/do_mounts_rd.c +++ b/trunk/init/do_mounts_rd.c @@ -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