commit | a5250a36954c6658e28cc2e7e07e314e0c79e8bb | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jan 21 00:24:13 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:08:27 2008 -0800 |
tree | 3e5682db7034d92faceecd6907bc24fa2d05b543 | |
parent | 62f99efce61024f1c645c2c574882b510c77c579 [diff] |
[ETHER]: Bring back MAC_FMT The print_mac function is not very suitable for debugging printks in performance critical paths since without ifdefs it will always get called. MAC_FMT can be used with pr_debug without any overhead when debugging is disabled. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>