From: Marek Vasut
Date: Thu, 10 Oct 2019 20:25:07 +0200
> The KSZ87xx driver calls mutex_init() on mutexes already inited in
> ksz_common.c ksz_switch_register(). Do not do it twice, drop the
> reinitialization.
>
> Signed-off-by: Marek Vasut
Applied.
The KSZ87xx driver calls mutex_init() on mutexes already inited in
ksz_common.c ksz_switch_register(). Do not do it twice, drop the
reinitialization.
Signed-off-by: Marek Vasut
Cc: Andrew Lunn
Cc: David S. Miller
Cc: Florian Fainelli
Cc: George McCollister
Cc: Tristram Ha
Cc: Woojung Huh
--