From: Roland Dreier Date: Fri, 19 Aug 2005 16:19:05 +0000 (-0700) Subject: [PATCH] IB/mthca: Simplify handling of completions with error X-Git-Tag: v2.6.14-rc1~1050^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288bdeb4bc5b89befd7ee2f0f0183604034ff6c5;p=pandora-kernel.git [PATCH] IB/mthca: Simplify handling of completions with error Mem-free HCAs never generate error CQEs that complete multiple WQEs, so just skip the call to mthca_free_err_wqe() for them rather than having logic to handle the mem-free case in mthca_free_err_wqe(). Signed-off-by: Roland Dreier --- Reading git-diff-tree failed