From: maximilian attems <janitor@sternwelten.at>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [patch scsi/zalon 1] scsi/zalon: Added KERN macro to printk()
Date: Tue, 16 Nov 2004 12:15:11 +0000 [thread overview]
Message-ID: <20041116121511.GC1945@stro.at> (raw)
In-Reply-To: <1100563336.41994388ca77d@webmail.misk.net>
[-- Attachment #1: Type: text/plain, Size: 897 bytes --]
On Tue, 16 Nov 2004, Andrew McGregor wrote:
> 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>
>
> --
>
> --- drivers/scsi/zalon.c Mon Nov 15 23:38:14 2004
> +++ /root/linux/janitor-linux-2.6.9/drivers/scsi/zalon.c Mon Nov 15
please follow SubmittingPatches,
patches should apply with -p1.
> 23:38:01 2004
> @@ -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);
>
--
maks
kernel janitor http://janitor.kernelnewbies.org/
[-- 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
next prev parent reply other threads:[~2004-11-16 12:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-16 0:02 [KJ] [patch scsi/zalon 1] scsi/zalon: Added KERN macro to printk() Andrew McGregor
2004-11-16 12:15 ` maximilian attems [this message]
2004-11-16 14:35 ` Andrew McGregor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041116121511.GC1945@stro.at \
--to=janitor@sternwelten.at \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.