drivers/net/lib82596.c: use %pM to shown MAC address
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 30 Dec 2009 04:01:46 +0000 (20:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Dec 2009 04:01:46 +0000 (20:01 -0800)
commit557b0bbd62389ab438424e9f895197607666ea4d
tree544d036722ab146cbba95da59d0dd37b1f5da7ee
parent3100aa9d74db9c6d8d9a3b6421721fc1aef4728f
drivers/net/lib82596.c: use %pM to shown MAC address

Use the %pM kernel extension to display the MAC address.

The only difference in the output is that the MAC address is
shown in the usual colon-separated hex notation instead of
space-separated.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/lib82596.c