[PATCH] staging: unisys: print MAC address via %pM

2015-03-15 Thread Andy Shevchenko
This patch converts code to use %pM specifier instead of placing each byte on stack. Signed-off-by: Andy Shevchenko --- drivers/staging/unisys/virtpci/virtpci.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/stagin

[PATCH] staging: unisys: print MAC address via %pM

2015-03-15 Thread Andy Shevchenko
This patch converts code to use %pM specifier instead of placing each byte on stack. Signed-off-by: Andy Shevchenko --- drivers/staging/unisys/virtpci/virtpci.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/stagin