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:
b9c367e
)
RDMA/nes: Fix tmp_addr compilation warning
author
Chien Tung
<chien.tin.tung@intel.com>
Fri, 6 Mar 2009 23:12:11 +0000
(15:12 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 6 Mar 2009 23:12:11 +0000
(15:12 -0800)
In find_node(), tmp_addr causes an "unused variable" warning when
INFINIBAND_NES_DEBUG is not defined. It's only used in a nes_debug()
and the print does not make sense. So take out the whole thing.
Reported-by: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: Chien Tung <chien.tin.tung@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found