All of lore.kernel.org
 help / color / mirror / Atom feed
* [Kernel-janitors] com90xx error message patch
@ 2004-04-09 12:57 Greg Aumann
  2004-04-12 17:37 ` Luiz Fernando N. Capitulino
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Aumann @ 2004-04-09 12:57 UTC (permalink / raw)
  To: kernel-janitors

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-12 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-09 12:57 [Kernel-janitors] com90xx error message patch Greg Aumann
2004-04-12 17:37 ` Luiz Fernando N. Capitulino

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.