Re: [PATCH 07/11] net: dsa: microchip: remove superfluous num_ports asignment

2020-11-18 Thread Florian Fainelli
On 11/18/2020 2:03 PM, Michael Grzeschik wrote: > The variable num_ports is already assigned in the init function. > This patch removes the extra assignment of the variable. > > Signed-off-by: Michael Grzeschik Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH 07/11] net: dsa: microchip: remove superfluous num_ports asignment

2020-11-18 Thread Andrew Lunn
On Wed, Nov 18, 2020 at 11:03:53PM +0100, Michael Grzeschik wrote: > The variable num_ports is already assigned in the init function. > This patch removes the extra assignment of the variable. > > Signed-off-by: Michael Grzeschik > --- > drivers/net/dsa/microchip/ksz8795.c | 2 -- > drivers/net/

[PATCH 07/11] net: dsa: microchip: remove superfluous num_ports asignment

2020-11-18 Thread Michael Grzeschik
The variable num_ports is already assigned in the init function. This patch removes the extra assignment of the variable. Signed-off-by: Michael Grzeschik --- drivers/net/dsa/microchip/ksz8795.c | 2 -- drivers/net/dsa/microchip/ksz9477.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/dri