From: Chien Tung Date: Sat, 22 Nov 2008 02:51:01 +0000 (-0600) Subject: RDMA/nes: Cleanup warnings X-Git-Tag: v2.6.29-rc1~583^2^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6098d107499e1335f899bfcb558253fb7ee4f73f;p=pandora-kernel.git RDMA/nes: Cleanup warnings Wrap NES_DEBUG and assert macros with do while (0) to avoid ambiguous else. No one is using sk_buff * returned from form_cm_frame(), so drop the return. drop_packet() should not be incrementing reset counter on receiving a FIN. Signed-off-by: Chien Tung Signed-off-by: Roland Dreier --- Reading git-diff-tree failed