OSDN Git Service

fsl/fman: Use vsprintf extension %pM
authorJoe Perches <joe@perches.com>
Sat, 2 Mar 2019 00:37:25 +0000 (16:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2019 05:10:06 +0000 (21:10 -0800)
commit6bfc1128d58bf74cc864870d680325b330725806
tree3c64588d23b53bc22cff818dce4d3274c5bae230
parent9036b2fe092a107856edd1a3bad48b83f2b45000
fsl/fman: Use vsprintf extension %pM

Make logging of an ethernet address more consistent with
the rest of the kernel.

Miscellanea:

The %02hx use also did not quite match the u8 definition
of addr though that did not actually matter given normal
integer promotion rules.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fman/mac.c