clocksource: CMT, MTU2, TMU and STI should depend on GENERIC_CLOCKEVENTS
[linux.git] / init / initramfs.c
index a67ef9dbda9dae0ea7a1619a393c55157a6d8592..93b61396756bcdddd9c38f9967cb0494fc580d7e 100644 (file)
@@ -583,7 +583,7 @@ static int __init populate_rootfs(void)
 {
        char *err = unpack_to_rootfs(__initramfs_start, __initramfs_size);
        if (err)
-               panic(err);     /* Failed to decompress INTERNAL initramfs */
+               panic("%s", err); /* Failed to decompress INTERNAL initramfs */
        if (initrd_start) {
 #ifdef CONFIG_BLK_DEV_RAM
                int fd;