net: eth: altera: Change reset_mac failure message masks from err to dbg
authorVince Bridgers <vbridger@opensource.altera.com>
Thu, 12 Feb 2015 16:47:45 +0000 (10:47 -0600)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Feb 2015 20:23:42 +0000 (15:23 -0500)
commitea8860eb504a953cf8fe0e96c3166201b05c9b73
treed83aad91d4dc7f9e5bcea9006608a04d47aed75c
parenta923fc730fdbbf079eadfe2b9a1644971bd95793
net: eth: altera: Change reset_mac failure message masks from err to dbg

This debug output is not really an error message since mac reset can fail
if the phy clocks are gated, specifically when the phy has been placed in
a powered down or isolation mode. The netdev output masks were changed from
err to dbg, and comments added in the code.

Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/altera/altera_tse_main.c