On Mon, May 15, 2006 at 02:20:16PM +0200, Christophe Lucas wrote: > Description: > printk should include appropriate KERN_* constant (of course > only at beginning of lines). > > Signed-off-by: Christophe Lucas > > > Index: linux-2.6.16.16/arch/arm/mach-omap1/board-innovator.c > =================================================================== > --- linux-2.6.16.16.orig/arch/arm/mach-omap1/board-innovator.c 2006-05-11 03:56:24.000000000 +0200 > +++ linux-2.6.16.16/arch/arm/mach-omap1/board-innovator.c 2006-05-15 12:26:20.000000000 +0200 > @@ -173,7 +173,7 @@ > udelay(750); > } else { > if ((omap_request_gpio(0)) < 0) { > - printk("Error requesting gpio 0 for smc91x irq\n"); > + printk(KERN_WARNING "Error requesting gpio 0 for smc91x irq\n"); Ditto KERN_ERR. > return; > } > }