Re: [PATCH 02/11] net: dsa: microchip: ksz8795: remove superfluous port_cnt assignment

2020-11-18 Thread Florian Fainelli
On 11/18/2020 2:03 PM, Michael Grzeschik wrote: > The port_cnt assignment will be done again in the init function. > This patch removes the previous assignment in the detect function. > > Signed-off-by: Michael Grzeschik Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH 02/11] net: dsa: microchip: ksz8795: remove superfluous port_cnt assignment

2020-11-18 Thread Andrew Lunn
On Wed, Nov 18, 2020 at 11:03:48PM +0100, Michael Grzeschik wrote: > The port_cnt assignment will be done again in the init function. > This patch removes the previous assignment in the detect function. > > Signed-off-by: Michael Grzeschik Reviewed-by: Andrew Lunn Andrew

[PATCH 02/11] net: dsa: microchip: ksz8795: remove superfluous port_cnt assignment

2020-11-18 Thread Michael Grzeschik
The port_cnt assignment will be done again in the init function. This patch removes the previous assignment in the detect function. Signed-off-by: Michael Grzeschik --- drivers/net/dsa/microchip/ksz8795.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/dsa/microchip/ksz8795.c b