We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21afcac commit f88c6a2Copy full SHA for f88c6a2
arch/sh/boards/board-sh2007.c
@@ -126,14 +126,14 @@ static void __init sh2007_init_irq(void)
126
*/
127
static void __init sh2007_setup(char **cmdline_p)
128
{
129
- printk(KERN_INFO "SH-2007 Setup...");
+ pr_info("SH-2007 Setup...");
130
131
/* setup wait control registers for area 5 */
132
__raw_writel(CS5BCR_D, CS5BCR);
133
__raw_writel(CS5WCR_D, CS5WCR);
134
__raw_writel(CS5PCR_D, CS5PCR);
135
136
- printk(KERN_INFO " done.\n");
+ pr_cont(" done.\n");
137
}
138
139
/*
0 commit comments