]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net:hns: print MAC with %pM
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 10 Dec 2015 15:23:10 +0000 (17:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Dec 2015 04:36:55 +0000 (23:36 -0500)
commit98900a80d5343901634852190e2728ea1ffec250
treed5f54f4667190f66b4cd302faaaaca1fb0c9a388
parent946973a348a16f724374e0f818b31c095686471f
net:hns: print MAC with %pM

printf() has a dedicated specifier to print MAC addresses. Use it instead of
pushing each byte via stack.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c