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