]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: Log MAC address only once
authorHans de Goede <hdegoede@redhat.com>
Sun, 26 Jan 2014 14:50:44 +0000 (15:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jan 2014 06:40:44 +0000 (22:40 -0800)
commitf85599580d4c2ac96266427043708576c29fc278
tree9ae0656e387888dc186ecd720286249189f8fb7d
parent90f29ecb156daa65addc4928b8fca7003617e60d
net: stmmac: Log MAC address only once

Logging the MAC address on every if-up, is not really useful, and annoying when
there is no cable inserted and NetworkManager tries the ifup every 50 seconds.

Also change the log level from warning to info, as that is what it is.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c