Re: [PATCH RFC 24/28] net: dsa: If a switch fails to probe, defer probing

2015-12-23 Thread Florian Fainelli
Le 23/12/2015 04:56, Andrew Lunn a écrit : > Switches are either listed in device tree of platform_data. They > should exist. If the probe fails, defer the probe, which is the likely > cause of failure, not broken device tree or platform data. > > Signed-off-by: Andrew Lunn

[PATCH RFC 24/28] net: dsa: If a switch fails to probe, defer probing

2015-12-23 Thread Andrew Lunn
Switches are either listed in device tree of platform_data. They should exist. If the probe fails, defer the probe, which is the likely cause of failure, not broken device tree or platform data. Signed-off-by: Andrew Lunn --- net/dsa/dsa.c | 2 +- 1 file changed, 1 insertion(+),