The DSA master might not have been probed yet in which case the probe of
the felix switch fails with -EPROBE_DEFER:
[ 4.435305] mscc_felix 0000:00:00.5: Failed to register DSA switch: -517
It is not an error. Use dev_err_probe() to demote this particular error
to a debug message.
Fixes:
|
||
---|---|---|
.. | ||
felix.c | ||
felix.h | ||
felix_vsc9959.c | ||
Kconfig | ||
Makefile | ||
seville_vsc9953.c |