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
--- 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: pgptjjAykZPBX.pgp
Description: PGP signature

Reply via email to