]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0684dfcab9f40388cc54c9c722f79e8719582b43
tree8904cec3431d52001b10028c7f865f0db1b4ee6a
parentc439244911f15093dc2d91096ca28c8764d4ef54
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