From: Ralph Campbell Date: Sat, 3 Nov 2007 00:40:36 +0000 (-0700) Subject: IB/ipath: Add the work completion error code to the QP error debug output X-Git-Tag: v2.6.25-rc1~1234^2~60 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a2f76cd69f4913079cad10670f8520ffe07f4067;p=linux-2.6-omap-h63xx.git IB/ipath: Add the work completion error code to the QP error debug output Add the work completion error code to the QP error debug output. This makes it easier to determine the cause of the error. Signed-off-by: Ralph Campbell Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/hw/ipath/ipath_qp.c b/drivers/infiniband/hw/ipath/ipath_qp.c index b997ff88401..b405906974c 100644 --- a/drivers/infiniband/hw/ipath/ipath_qp.c +++ b/drivers/infiniband/hw/ipath/ipath_qp.c @@ -387,8 +387,8 @@ int ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err) struct ib_wc wc; int ret = 0; - ipath_dbg("QP%d/%d in error state\n", - qp->ibqp.qp_num, qp->remote_qpn); + ipath_dbg("QP%d/%d in error state (%d)\n", + qp->ibqp.qp_num, qp->remote_qpn, err); spin_lock(&dev->pending_lock); /* XXX What if its already removed by the timeout code? */