From: Faisal Latif Date: Sat, 22 Nov 2008 02:50:38 +0000 (-0600) Subject: RDMA/nes: Cleanup cqp_request list usage X-Git-Tag: v2.6.29-rc1~583^2^6~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d321e5c924384cf5b35f6288d69e9237490565;p=pandora-kernel.git RDMA/nes: Cleanup cqp_request list usage Use nes_free_cqp_request() instead of open coding. Change some continue to break in nes_cm_timer_tick, because send_entry used to be a list processed in a loop (so continue went to the next item). Now it is a single item, so using break is correct. Signed-off-by: Faisal Latif Signed-off-by: Chien Tung Signed-off-by: Roland Dreier --- Reading git-diff-tree failed