diff options
Diffstat (limited to 'init/do_mounts_rd.c')
| -rw-r--r-- | init/do_mounts_rd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 |