lkml.org 
[lkml]   [2004]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 7/8] scsi/zalon: Added KERN macro to printk()
From
Date


Hi,

I have added a KERN macro to a printk() function as requested in the Kernel
Janitor's TODO list.

Signed-off-by: Andrew McGregor <am@misk.net>

Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
---

linux-2.6.10-rc2-bk4-max/drivers/scsi/zalon.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/zalon.c~printk-drivers-scsi-zalon drivers/scsi/zalon.c
--- linux-2.6.10-rc2-bk4/drivers/scsi/zalon.c~printk-drivers-scsi-zalon 2004-11-20 03:05:13.000000000 +0100
+++ linux-2.6.10-rc2-bk4-max/drivers/scsi/zalon.c 2004-11-20 03:05:13.000000000 +0100
@@ -109,7 +109,7 @@ zalon_probe(struct parisc_device *dev)
*/
irq = gsc_alloc_irq(&gsc_irq);

- printk("%s: Zalon vers field is 0x%x, IRQ %d\n", __FUNCTION__,
+ printk(KERN_INFO "%s: Zalon vers field is 0x%x, IRQ %d\n", __FUNCTION__,
zalon_vers, irq);

__raw_writel(gsc_irq.txn_addr | gsc_irq.txn_data, dev->hpa + IO_MODULE_EIM);
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.021 / U:0.812 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site