Re: [PATCH] fsl/fman: Use vsprintf extension %pM

2019-03-03 Thread David Miller
From: Joe Perches Date: Fri, 01 Mar 2019 16:37:25 -0800 > 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 promoti

[PATCH] fsl/fman: Use vsprintf extension %pM

2019-03-01 Thread Joe Perches
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 --- drivers/net/ethernet/freescale