diff options
| -rw-r--r-- | drivers/ntb/ntb_transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/ntb_transport.c b/drivers/ntb/ntb_transport.c index 2efd1eae9a7c..8ce0bf67ac20 100644 --- a/drivers/ntb/ntb_transport.c +++ b/drivers/ntb/ntb_transport.c | |||
| @@ -850,7 +850,7 @@ static void ntb_qp_link_work(struct work_struct *work) | |||
| 850 | 850 | ||
| 851 | /* query remote spad for qp ready bits */ | 851 | /* query remote spad for qp ready bits */ |
| 852 | ntb_peer_spad_read(nt->ndev, QP_LINKS); | 852 | ntb_peer_spad_read(nt->ndev, QP_LINKS); |
| 853 | dev_dbg(&pdev->dev, "Remote QP link status = %x\n", val); | 853 | dev_dbg_ratelimited(&pdev->dev, "Remote QP link status = %x\n", val); |
| 854 | 854 | ||
| 855 | /* See if the remote side is up */ | 855 | /* See if the remote side is up */ |
| 856 | if (val & BIT(qp->qp_num)) { | 856 | if (val & BIT(qp->qp_num)) { |
