From: Roland Dreier Date: Wed, 23 Apr 2008 18:52:18 +0000 (-0700) Subject: RDMA/nes: Use print_mac() to format ethernet addresses for printing X-Git-Tag: v2.6.26-rc1~1032^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd01c5d2ed04838d50548cb7b955505a20ac0bd;p=pandora-kernel.git RDMA/nes: Use print_mac() to format ethernet addresses for printing Removing open-coded MAC formats shrinks the source and the generated code too, eg on x86-64: add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-103 (-103) function old new delta make_cm_node 932 912 -20 nes_netdev_set_mac_address 427 406 -21 nes_netdev_set_multicast_list 1148 1124 -24 nes_probe 2349 2311 -38 Acked-by: Glenn Streiff Signed-off-by: Roland Dreier --- Reading git-diff-tree failed