commit | 8f789c48448aed74fe1c07af76de8f04adacec7d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Feb 18 16:50:22 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 18 16:50:22 2008 -0800 |
tree | 6939205a4c21453ae41bae92ce8c10a728c4bae3 | |
parent | 988d0093f9cb2bf27c299e373f9cbaac47dab2c1 [diff] |
[NET]: Elminate spurious print_mac() calls. Patrick McHardy notes that print_mac() can get invoked even if the result it unused (f.e. as an argument to pr_debug() when DEBUG is not defined). Mark this function as "__pure" to eliminate this problem. Signed-off-by: David S. Miller <davem@davemloft.net>