staging/rdma/hfi1: remove duplicate timeout print
The qp->timeout field is duplicated in the seqfile print. Remove it. Reviewed-by: Jubin John <jubin.john@intel.com> Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
Родитель
08279d5c94
Коммит
0940e0f68e
|
@ -547,7 +547,7 @@ void qp_iter_print(struct seq_file *s, struct qp_iter *iter)
|
|||
sde = qp_to_sdma_engine(qp, priv->s_sc);
|
||||
wqe = rvt_get_swqe_ptr(qp, qp->s_last);
|
||||
seq_printf(s,
|
||||
"N %d %s QP%u R %u %s %u %u %u f=%x %u %u %u %u %u PSN %x %x %x %x %x (%u %u %u %u %u %u) QP%u LID %x SL %u MTU %d %u %u %u SDE %p,%u\n",
|
||||
"N %d %s QP%u R %u %s %u %u %u f=%x %u %u %u %u %u PSN %x %x %x %x %x (%u %u %u %u %u %u) QP%u LID %x SL %u MTU %u %u %u SDE %p,%u\n",
|
||||
iter->n,
|
||||
qp_idle(qp) ? "I" : "B",
|
||||
qp->ibqp.qp_num,
|
||||
|
@ -572,7 +572,6 @@ void qp_iter_print(struct seq_file *s, struct qp_iter *iter)
|
|||
qp->remote_ah_attr.sl,
|
||||
qp->pmtu,
|
||||
qp->s_retry_cnt,
|
||||
qp->timeout,
|
||||
qp->s_rnr_retry_cnt,
|
||||
sde,
|
||||
sde ? sde->this_idx : 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче