X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=init%2Fdo_mounts_rd.c;h=dd4104c9aa12c6a517ff7066d52ab6057d26e586;hb=99305bdc7c84e61635e542f3cd81f29d1964ea5a;hp=8a09b32e07d6c33351993c4c6beb19f5782d6c94;hpb=6cd21d79419c154a73be6fa31bc1a1f42ffd6815;p=karo-tx-linux.git diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c index 8a09b32e07d6..dd4104c9aa12 100644 --- a/init/do_mounts_rd.c +++ b/init/do_mounts_rd.c @@ -272,7 +272,7 @@ int __init rd_load_image(char *from) sys_write(out_fd, buf, BLOCK_SIZE); #if !defined(CONFIG_S390) if (!(i % 16)) { - printk("%c\b", rotator[rotate & 0x3]); + pr_cont("%c\b", rotator[rotate & 0x3]); rotate++; } #endif