mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
ntb_transport: Remove unnecessary call to ntb_peer_spad_read
The results were previously ignored, anyway.
Signed-off-by: Steve Wahl <Steve.Wahl@dell.com>
Fixes: e26a5843f7
Acked-by: Allen Hubbe <Allen.Hubbe@dell.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
28734e8f69
commit
dfb7d24c5a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user