Re: [PATCH net] net: eth: altera: Change reset_mac failure message masks from err to dbg

2015-02-19 Thread David Miller
From: Vince Bridgers Date: Thu, 12 Feb 2015 10:47:45 -0600 > 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

[PATCH net] net: eth: altera: Change reset_mac failure message masks from err to dbg

2015-02-12 Thread Vince Bridgers
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