]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63757818752c241cc7638e37e0b2984a20dcfd3d
treecdd738a3619262b68d66b02d728fa90d9eb2b291
parent8b39a901990bdde24b4a38405e14ad164181d7d3
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