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
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
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