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)
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>

No differences found