um: Use printk instead of printf in make_uml_dir
authorMasami Hiramatsu <mhiramat@kernel.org>
Wed, 17 May 2017 17:14:57 +0000 (02:14 +0900)
committerRichard Weinberger <richard@nod.at>
Wed, 5 Jul 2017 21:16:44 +0000 (23:16 +0200)
commite03c78ac2d7709b7556a9b8dd584e2969c6fce67
tree8904cec3431d52001b10028c7f865f0db1b4ee6a
parent32c1431eea4881a6b17bd7c639315010aeefa452
um: Use printk instead of printf in make_uml_dir

Since this function will be called after printk buffer
initialized, use printk as other functions do.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/os-Linux/umid.c