Re: [PATCH] net: dsa: better error reporting

2015-10-07 Thread David Miller
From: Russell King Date: Sat, 03 Oct 2015 18:09:07 +0100 > Add additional error reporting to the generic DSA code, so it's easier > to debug when things go wrong. This was useful when initially bringing > up 88e6176 on a new board. > > Signed-off-by: Russell King Applied. -- To unsubscribe fr

Re: [PATCH] net: dsa: better error reporting

2015-10-03 Thread Florian Fainelli
Le 03/10/2015 10:09, Russell King a écrit : > Add additional error reporting to the generic DSA code, so it's easier > to debug when things go wrong. This was useful when initially bringing > up 88e6176 on a new board. > > Signed-off-by: Russell King > --- [snip] > } else { >

Re: [PATCH] net: dsa: better error reporting

2015-10-03 Thread Andrew Lunn
On Sat, Oct 03, 2015 at 06:09:07PM +0100, Russell King wrote: > Add additional error reporting to the generic DSA code, so it's easier > to debug when things go wrong. This was useful when initially bringing > up 88e6176 on a new board. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn

[PATCH] net: dsa: better error reporting

2015-10-03 Thread Russell King
Add additional error reporting to the generic DSA code, so it's easier to debug when things go wrong. This was useful when initially bringing up 88e6176 on a new board. Signed-off-by: Russell King --- net/dsa/dsa.c | 4 ++-- net/dsa/slave.c | 24 2 files changed, 18