Re: [PATCH net-next] net: dsa: print the MTU value that could not be set

2020-12-08 Thread Jakub Kicinski
On Sat, 5 Dec 2020 14:39:44 +0100 Rasmus Villemoes wrote: > These warnings become somewhat more informative when they include the > MTU value that could not be set and not just the errno. > > Signed-off-by: Rasmus Villemoes Applied, thanks!

[PATCH net-next] net: dsa: print the MTU value that could not be set

2020-12-05 Thread Rasmus Villemoes
These warnings become somewhat more informative when they include the MTU value that could not be set and not just the errno. Signed-off-by: Rasmus Villemoes --- net/dsa/master.c | 7 --- net/dsa/slave.c | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/dsa/master