“9620df4464947b8f0e78a169a0afb1243c86493a”上不存在“paddle/fluid/operators/batch_norm_op.h”
提交 f88c6a26 编写于 作者: G Geert Uytterhoeven 提交者: Rich Felker

sh: sh2007: Modernize printing of kernel messages

  - Convert from printk() to pr_*(),
  - Add missing continuation.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Tested-by: NGuenter Roeck <linux@roeck-us.net>
Signed-off-by: NRich Felker <dalias@libc.org>
上级 21afcacb
......@@ -126,14 +126,14 @@ static void __init sh2007_init_irq(void)
*/
static void __init sh2007_setup(char **cmdline_p)
{
printk(KERN_INFO "SH-2007 Setup...");
pr_info("SH-2007 Setup...");
/* setup wait control registers for area 5 */
__raw_writel(CS5BCR_D, CS5BCR);
__raw_writel(CS5WCR_D, CS5WCR);
__raw_writel(CS5PCR_D, CS5PCR);
printk(KERN_INFO " done.\n");
pr_cont(" done.\n");
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册