Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfb7d24c authored by Steve Wahl's avatar Steve Wahl Committed by Jon Mason
Browse files

ntb_transport: Remove unnecessary call to ntb_peer_spad_read



The results were previously ignored, anyway.

Signed-off-by: default avatarSteve Wahl <Steve.Wahl@dell.com>
Fixes: e26a5843
Acked-by: default avatarAllen Hubbe <Allen.Hubbe@dell.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
parent 28734e8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -959,7 +959,6 @@ static void ntb_qp_link_work(struct work_struct *work)
	ntb_peer_spad_write(nt->ndev, QP_LINKS, val | BIT(qp->qp_num));

	/* query remote spad for qp ready bits */
	ntb_peer_spad_read(nt->ndev, QP_LINKS);
	dev_dbg_ratelimited(&pdev->dev, "Remote QP link status = %x\n", val);

	/* See if the remote side is up */