Re: [Patch] eth1394: Change KERN_ERR to KERN_INFO

2005-02-05 Thread Dan Dennedy
Committed On Fri, 2005-02-04 at 14:00 -0500, Jody McIntyre wrote: > Change the initialization message for eth1394 to KERN_INFO, requested > by > Steffen Zieger <[EMAIL PROTECTED]> > > Signed-off-by: Jody McIntyre <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe lin

Re: [Patch] eth1394: Change KERN_ERR to KERN_INFO

2005-02-04 Thread Jody McIntyre
On Thu, Feb 03, 2005 at 03:28:41PM +0100, Steffen Zieger wrote: > 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:

[Patch] eth1394: Change KERN_ERR to KERN_INFO

2005-02-03 Thread Steffen Zieger
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 ag