diff options
| -rw-r--r-- | init/initramfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/initramfs.c b/init/initramfs.c index 20bd855f6f8b..3b233f87f1df 100644 --- a/init/initramfs.c +++ b/init/initramfs.c @@ -445,8 +445,7 @@ char * __init unpack_to_rootfs(char *buf, unsigned len, int check_only) bytes_out = 0; crc = (ulg)0xffffffffL; /* shift register contents */ makecrc(); - if (gunzip()) - message = "ungzip failed"; + gunzip(); if (state != Reset) error("junk in gzipped archive"); this_header = saved_offset + inptr; |
