On Sun, Oct 13, 2019 at 09:32:37PM +0200, Marek Vasut wrote: > 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 <ma...@denx.de>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew