drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC address
authorhartleys <hartleys@visionengravers.com>
Tue, 5 Jan 2010 06:56:52 +0000 (06:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jan 2010 09:13:55 +0000 (01:13 -0800)
commitce7194d889996fb8f724148bc85a0c2c79da7b8e
tree8c7b73c23df1c3b02dd55697176f7532574540d0
parent1154b299e7924f2ae8bb3ca479a6942e1edd78fc
drivers/net/ixgbe/ixgbe_common.c: use %pM to show 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.

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