net: atarilance: use %8ph for printing hex string
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 30 Nov 2016 22:02:54 +0000 (23:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 17:03:35 +0000 (12:03 -0500)
commitb14945ac3efdf5217182a344b037f96d6b0afae1
treecdd738a3619262b68d66b02d728fa90d9eb2b291
parentd709b2a186761bc038c99c2f744c7218f2d249bd
net: atarilance: use %8ph for printing hex string

This is already using the %pM printf extension; might as well also use
%ph to make the code smaller.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/atarilance.c