Re: [PATCH] m68k: Use vsprintf %pM extension

2015-06-16 Thread Greg Ungerer
Hi Joe, On 15/06/15 12:01, Joe Perches wrote: > Format mac addresses with the normal kernel extension. > > Signed-off-by: Joe Perches Thanks. I have pushed this into the m68knommu git tree (for-next branch) on kernel.org. Regards Greg > --- > arch/m68k/68000/m68EZ328.c | 3 +-- > arch/m68k/

Re: [PATCH] m68k: Use vsprintf %pM extension

2015-06-15 Thread Geert Uytterhoeven
CC greg On Mon, Jun 15, 2015 at 4:01 AM, Joe Perches wrote: > Format mac addresses with the normal kernel extension. > > Signed-off-by: Joe Perches > --- > arch/m68k/68000/m68EZ328.c | 3 +-- > arch/m68k/68000/m68VZ328.c | 3 +-- > arch/m68k/68360/config.c | 3 +-- > 3 files changed, 3 insert

[PATCH] m68k: Use vsprintf %pM extension

2015-06-14 Thread Joe Perches
Format mac addresses with the normal kernel extension. Signed-off-by: Joe Perches --- arch/m68k/68000/m68EZ328.c | 3 +-- arch/m68k/68000/m68VZ328.c | 3 +-- arch/m68k/68360/config.c | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/m68k/68000/m68EZ328.c b/arch/m68k/