Re: [PATCH net-next 3/3] net: ethoc: Demote packet dropped error message to debug

2016-12-05 Thread Thierry Reding
On Sun, Dec 04, 2016 at 12:40:30PM -0800, Florian Fainelli wrote:
> Spamming the console with: net eth1: packet dropped can happen
> fairly frequently if the adapter is busy transmitting, demote the
> message to a debug print.
> 
> Signed-off-by: Florian Fainelli 
> ---
>  drivers/net/ethernet/ethoc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Thierry Reding 


signature.asc
Description: PGP signature


Re: [PATCH net-next 3/3] net: ethoc: Demote packet dropped error message to debug

2016-12-04 Thread Tobias Klauser
On 2016-12-04 at 21:40:30 +0100, Florian Fainelli  wrote:
> Spamming the console with: net eth1: packet dropped can happen
> fairly frequently if the adapter is busy transmitting, demote the
> message to a debug print.
> 
> Signed-off-by: Florian Fainelli 

Reviewed-by: Tobias Klauser