diff options
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_qp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_qp.c b/drivers/infiniband/hw/ipath/ipath_qp.c index b997ff88401b..b405906974ca 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) | |||
387 | struct ib_wc wc; | 387 | struct ib_wc wc; |
388 | int ret = 0; | 388 | int ret = 0; |
389 | 389 | ||
390 | ipath_dbg("QP%d/%d in error state\n", | 390 | ipath_dbg("QP%d/%d in error state (%d)\n", |
391 | qp->ibqp.qp_num, qp->remote_qpn); | 391 | qp->ibqp.qp_num, qp->remote_qpn, err); |
392 | 392 | ||
393 | spin_lock(&dev->pending_lock); | 393 | spin_lock(&dev->pending_lock); |
394 | /* XXX What if its already removed by the timeout code? */ | 394 | /* XXX What if its already removed by the timeout code? */ |