Commit f7ab697d328b0a417d9e3cb891d45693ea89e83d
Committed by
David S. Miller
1 parent
9ff8c68b3c
Exists in
master
and in
7 other branches
forcedeth: "no link" is informational
Log "no link during initialization" at KERN_INFO as it's not an error, and occurs every time the interface comes up (when the forcedeth-phy-power-down patch is applied). Signed-off-by: Ed Swierk <eswierk@arastra.com> Cc: Ayaz Abdulla <aabdulla@nvidia.com> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/forcedeth.c
... | ... | @@ -4917,7 +4917,7 @@ |
4917 | 4917 | if (ret) { |
4918 | 4918 | netif_carrier_on(dev); |
4919 | 4919 | } else { |
4920 | - printk("%s: no link during initialization.\n", dev->name); | |
4920 | + printk(KERN_INFO "%s: no link during initialization.\n", dev->name); | |
4921 | 4921 | netif_carrier_off(dev); |
4922 | 4922 | } |
4923 | 4923 | if (oom) |