Re: [PATCH] net: atarilance: use %8ph for printing hex string

2016-12-02 Thread David Miller
From: Rasmus Villemoes Date: Wed, 30 Nov 2016 23:02:54 +0100 > This is already using the %pM printf extension; might as well also use > %ph to make the code smaller. > > Signed-off-by: Rasmus Villemoes Applied, thank you.

[PATCH] net: atarilance: use %8ph for printing hex string

2016-11-30 Thread Rasmus Villemoes
This is already using the %pM printf extension; might as well also use %ph to make the code smaller. Signed-off-by: Rasmus Villemoes --- drivers/net/ethernet/amd/atarilance.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/amd/atarilance.c b/driv