Re: [PATCH RFC 21/28] net: dsa: Add some debug prints for error cases

2015-12-23 Thread Florian Fainelli
Le 23/12/2015 04:56, Andrew Lunn a écrit : > Due to the complexity it can be hard to know why DSA fails to probe. > Add some debug prints for the common error cases. > > Signed-off-by: Andrew Lunn Acked-by: Florian Fainelli I had something similar here

[PATCH RFC 21/28] net: dsa: Add some debug prints for error cases

2015-12-23 Thread Andrew Lunn
Due to the complexity it can be hard to know why DSA fails to probe. Add some debug prints for the common error cases. Signed-off-by: Andrew Lunn --- net/dsa/dsa.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/net/dsa/dsa.c b/net/dsa/dsa.c