commit | 7b14ab0b438f20c7d6599985b036bb2864fd2524 | [log] [tgz] |
---|---|---|
author | Chien Tung <chien.tin.tung@intel.com> | Fri Mar 06 15:12:11 2009 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Mar 06 15:12:11 2009 -0800 |
tree | 97355681c6c8d1b8cd1adfb2abad6a681fc1f786 | |
parent | b9c367e7e694502085f21d9d2686645798080aa3 [diff] |
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 <mkatiyar@gmail.com> Signed-off-by: Chien Tung <chien.tin.tung@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>