From: Greg Aumann <Greg_Aumann@sil.org>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] com90xx error message patch
Date: Fri, 09 Apr 2004 12:57:39 +0000 [thread overview]
Message-ID: <40769DC3.9090409@sil.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
As there were no comments about yesterday's patch I will take it as good
news and continue with another similar one.
This patch updates two error messages to reflect changes in the code.
The patch is against 2.6.5
I have compiled it successfully.
comments appreciated
Greg
[-- Attachment #2: com90xx_error_msg.patch --]
[-- Type: text/x-patch, Size: 932 bytes --]
diff -x tags -Naur linux-2.6.5/drivers/net/arcnet/com90xx.c linux-2.6.5-kj/drivers/net/arcnet/com90xx.c
--- linux-2.6.5/drivers/net/arcnet/com90xx.c 2004-04-04 11:37:37.000000000 +0800
+++ linux-2.6.5-kj/drivers/net/arcnet/com90xx.c 2004-04-09 20:20:40.000000000 +0800
@@ -155,7 +155,7 @@
ioaddr = *port;
if (!request_region(*port, ARCNET_TOTAL_SIZE, "arcnet (90xx)")) {
- BUGMSG2(D_INIT_REASONS, "(check_region)\n");
+ BUGMSG2(D_INIT_REASONS, "(request_region)\n");
BUGMSG2(D_INIT_REASONS, "S1: ");
BUGLVL(D_INIT_REASONS) numprint = 0;
*port-- = ports[--numports];
@@ -214,7 +214,7 @@
BUGMSG2(D_INIT, "%lXh ", *p);
if (!request_mem_region(*p, BUFFER_SIZE, "arcnet (90xx)")) {
- BUGMSG2(D_INIT_REASONS, "(check_mem_region)\n");
+ BUGMSG2(D_INIT_REASONS, "(request_mem_region)\n");
BUGMSG2(D_INIT_REASONS, "Stage 3: ");
BUGLVL(D_INIT_REASONS) numprint = 0;
*p-- = shmems[--numshmems];
[-- Attachment #3: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
next reply other threads:[~2004-04-09 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-09 12:57 Greg Aumann [this message]
2004-04-12 17:37 ` [Kernel-janitors] com90xx error message patch Luiz Fernando N. Capitulino
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=40769DC3.9090409@sil.org \
--to=greg_aumann@sil.org \
--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.