Re: [PATCH] net: stmicro: fix LS field mask in EEE configuration

2017-01-23 Thread Joao Pinto
Hi David, Às 9:49 PM de 1/22/2017, David Miller escreveu: > From: Joao Pinto > Date: Fri, 20 Jan 2017 16:00:26 + > >> This patch fixes the LS mask when setting EEE timer. >> LS field is 10 bits long and not 11 as currently. >> >> Signed-off-by: Joao Pinto >> Reported-By: Rayagond Kokatanur

Re: [PATCH] net: stmicro: fix LS field mask in EEE configuration

2017-01-22 Thread Rayagond Kokatanur
Acked-by:Rayagond Kokatanur On Fri, Jan 20, 2017 at 9:30 PM, Joao Pinto wrote: > This patch fixes the LS mask when setting EEE timer. > LS field is 10 bits long and not 11 as currently. > > Signed-off-by: Joao Pinto > Reported-By: Rayagond Kokatanur > --- > drivers/net/ethernet/stmicro/stmmac

Re: [PATCH] net: stmicro: fix LS field mask in EEE configuration

2017-01-22 Thread David Miller
From: Joao Pinto Date: Fri, 20 Jan 2017 16:00:26 + > This patch fixes the LS mask when setting EEE timer. > LS field is 10 bits long and not 11 as currently. > > Signed-off-by: Joao Pinto > Reported-By: Rayagond Kokatanur Please indicate the appropriate target tree of your patch in the su

[PATCH] net: stmicro: fix LS field mask in EEE configuration

2017-01-20 Thread Joao Pinto
This patch fixes the LS mask when setting EEE timer. LS field is 10 bits long and not 11 as currently. Signed-off-by: Joao Pinto Reported-By: Rayagond Kokatanur --- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/