From: Steffen Zieger <lkml@steffenspage.de>
To: linux-kernel@vger.kernel.org
Subject: [Patch] eth1394: Change KERN_ERR to KERN_INFO
Date: Thu, 3 Feb 2005 15:28:41 +0100 [thread overview]
Message-ID: <200502031528.51523.lkml@steffenspage.de> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 526 bytes --]
Hello list,
on boot eth1394 prints the following message to KERN_ERR, but I think it is
better printing to KERN_INFO, because it _is_ an informational message only
(or: I think so).
This is the message I mean:
eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
The patch should apply against kernel 2.6.11-rc2 cleanly
HAND,
Steffen
--
Freiheit ist die Freiheit zu sagen, dass zwei und zwei gleich vier ist.
Sobald das gewährleistet ist, ergibt sich alles andere von selbst.
1984 - George Orwell
[-- Attachment #1.2: eth1394_KERN_ERR-2.6.11-rc2.patch --]
[-- Type: text/x-diff, Size: 410 bytes --]
--- drivers/ieee1394/eth1394.c.orig 2005-02-03 08:48:34.884410376 +0100
+++ drivers/ieee1394/eth1394.c 2005-02-03 08:48:58.948752040 +0100
@@ -626,7 +626,7 @@
goto out;
}
- ETH1394_PRINT (KERN_ERR, dev->name, "IEEE-1394 IPv4 over 1394 Ethernet (fw-host%d)\n",
+ ETH1394_PRINT (KERN_INFO, dev->name, "IEEE-1394 IPv4 over 1394 Ethernet (fw-host%d)\n",
host->id);
hi->host = host;
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2005-02-03 14:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-03 14:28 Steffen Zieger [this message]
2005-02-04 19:00 ` Jody McIntyre
2005-02-05 19:26 ` Dan Dennedy
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=200502031528.51523.lkml@steffenspage.de \
--to=lkml@steffenspage.de \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®