From: Chien Tung Date: Fri, 6 Mar 2009 23:12:11 +0000 (-0800) Subject: RDMA/nes: Fix tmp_addr compilation warning X-Git-Tag: v2.6.30-rc1~665^2^10~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b14ab0b438f20c7d6599985b036bb2864fd2524;p=pandora-kernel.git RDMA/nes: Fix tmp_addr compilation warning 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 Signed-off-by: Chien Tung Signed-off-by: Roland Dreier --- Reading git-diff-tree failed