commit | ae8e9c5a1a7889315229a741fd48a5dd0bc2964c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jul 16 17:09:15 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 16 17:09:22 2013 -0700 |
tree | 6ea199fad466af8253da9ae617ce112bb182ee43 | |
parent | 52fe29e4bb614367c108b717c6d7fe5953eb7af3 [diff] |
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>