git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988d009
)
[NET]: Elminate spurious print_mac() calls.
author
David S. Miller
<davem@davemloft.net>
Tue, 19 Feb 2008 00:50:22 +0000
(16:50 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Feb 2008 00:50:22 +0000
(16:50 -0800)
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>
No differences found