[POWERPC] ppc: use syslog macro for the printk log level
authorRobert P. J. Day <rpjday@mindspring.com>
Tue, 6 Feb 2007 00:14:04 +0000 (16:14 -0800)
committerPaul Mackerras <paulus@samba.org>
Thu, 8 Feb 2007 04:29:22 +0000 (15:29 +1100)
Use the appropriate logging macro for the priority level for that
printk call.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/syslib/m8260_pci_erratum9.c

index 5475709ce07bb786f5bb6203efcef88a31294f9a..ebb8c8f8f30c4886c28214c9a5eea905c82e9f35 100644 (file)
@@ -105,7 +105,8 @@ void idma_pci9_init(void)
        idma_reg[IDMA_CHAN].idmr = 0;           /* mask all IDMA interrupts */
        idma_reg[IDMA_CHAN].idsr = 0xff;        /* clear all event flags */
 
-       printk("<4>Using IDMA%d for MPC8260 device erratum PCI 9 workaround\n",
+       printk(KERN_WARNING
+               "Using IDMA%d for MPC8260 device erratum PCI 9 workaround\n",
                IDMA_CHAN + 1);
 
        return;
This page took 0.025601 seconds and 5 git commands to generate.