ethtool -S on a DSA interface can deadlock for some switches because
the same lock is taken twice. Use the register read function which
expects the lock to be already held.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Fixes:
|
||
|---|---|---|
| .. | ||
| bcm_sf2.c | ||
| bcm_sf2.h | ||
| bcm_sf2_regs.h | ||
| Kconfig | ||
| Makefile | ||
| mv88e6xxx.c | ||
| mv88e6xxx.h | ||
| mv88e6060.c | ||
| mv88e6123_61_65.c | ||
| mv88e6131.c | ||
| mv88e6171.c | ||
| mv88e6352.c | ||