]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix sysfs_format_mac() code duplication.
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Jul 2013 00:09:15 +0000 (17:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Jul 2013 00:09:22 +0000 (17:09 -0700)
commit2f566140c11313bca1db765faa60a528cc07c274
tree6ea199fad466af8253da9ae617ce112bb182ee43
parent54e0bc4146c8cec3a56359f5c784ce48a49d7ba6
net: Fix sysfs_format_mac() code duplication.

It's just a duplicate implementation of "%*phC".  Thanks to Joe
Perches for showing that we had exactly this support in the
lib/vsprintf.c code already.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethernet/eth.c