X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=arch%2Fmips%2Ftxx9%2Fjmr3927%2Fprom.c;h=68a96473c134904fccd8bdeb415724cf923e22ea;hb=18fc2163b8a410d4d36b8f44658580731c0afaa1;hp=c899c0c087a0fa846387061c532f2441adaca599;hpb=7aeb6d7d20185b7cede1ce5f6bd8d762e49bda6d;p=mirror_ubuntu-artful-kernel.git diff --git a/arch/mips/txx9/jmr3927/prom.c b/arch/mips/txx9/jmr3927/prom.c index c899c0c087a0..68a96473c134 100644 --- a/arch/mips/txx9/jmr3927/prom.c +++ b/arch/mips/txx9/jmr3927/prom.c @@ -45,7 +45,7 @@ void __init jmr3927_prom_init(void) { /* CCFG */ if ((tx3927_ccfgptr->ccfg & TX3927_CCFG_TLBOFF) == 0) - printk(KERN_ERR "TX3927 TLB off\n"); + pr_err("TX3927 TLB off\n"); add_memory_region(0, JMR3927_SDRAM_SIZE, BOOT_MEM_RAM); txx9_sio_putchar_init(TX3927_SIO_REG(1));