[PATCH] IB/mthca: Simplify handling of completions with error
authorRoland Dreier <roland@eddore.topspincom.com>
Fri, 19 Aug 2005 16:19:05 +0000 (09:19 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sat, 27 Aug 2005 03:37:37 +0000 (20:37 -0700)
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 <rolandd@cisco.com>

No differences found