All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] Re: i810fb: Clean up printk()'s in
@ 2005-01-30 11:44 Domen Puncer
  0 siblings, 0 replies; only message in thread
From: Domen Puncer @ 2005-01-30 11:44 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

On 25/01/05 17:12 -0600, James Nelson wrote:
> This patch adds KERN_ constants to all of the printk()'s that need them in
> drivers/video/i810/i810_accel.c
> 
> Signed-off-by: James Nelson <james4765@gmail.com>
> 
> diff -urN --exclude='*~' linux-2.6.11-rc2-mm1-original/drivers/video/i810/i810_accel.c linux-2.6.11-rc2-mm1/drivers/video/i810/i810_accel.c
> --- linux-2.6.11-rc2-mm1-original/drivers/video/i810/i810_accel.c	2005-01-24 17:15:49.000000000 -0500
> +++ linux-2.6.11-rc2-mm1/drivers/video/i810/i810_accel.c	2005-01-24 19:07:03.198260078 -0500
> @@ -34,7 +34,8 @@
>  /* BLT Engine Routines */
>  static inline void i810_report_error(u8 __iomem *mmio)
>  {
> -	printk("IIR     : 0x%04x\n"
> +	printk(KERN_ERR
> +	       "IIR     : 0x%04x\n"
>  	       "EIR     : 0x%04x\n"
>  	       "PGTBL_ER: 0x%04x\n"
>  	       "IPEIR   : 0x%04x\n"

KERN_ERR's missing after some newlines, i think.



	Domen

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-30 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-30 11:44 [KJ] Re: i810fb: Clean up printk()'s in Domen Puncer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.