aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2017-04-20 22:18:54 -0400
committerDoug Ledford <dledford@redhat.com>2017-04-20 22:18:54 -0400
commit339e7575ade5e961eed3f93609db65bc9d15fc2c (patch)
treeae6556418383a370f82e68360b04092da653060f /drivers/infiniband/hw/cxgb4
parentIB/hns: Use kcalloc() in hns_roce_buddy_init() (diff)
downloadlinux-dev-339e7575ade5e961eed3f93609db65bc9d15fc2c.tar.xz
linux-dev-339e7575ade5e961eed3f93609db65bc9d15fc2c.zip
cxgb4: Convert PDBG to pr_debug the second
A couple spots were missed in the original patch to implement this change. Add those spots. Fixes: a9a42886d0b3 (cxgb4: Convert PDBG to pr_debug) Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4')
-rw-r--r--drivers/infiniband/hw/cxgb4/cm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c
index ae543d3617c2..02faf1f125fd 100644
--- a/drivers/infiniband/hw/cxgb4/cm.c
+++ b/drivers/infiniband/hw/cxgb4/cm.c
@@ -827,7 +827,7 @@ static int send_connect(struct c4iw_ep *ep)
t6req->params =
cpu_to_be64(FILTER_TUPLE_V(params));
t6req->rsvd = cpu_to_be32(isn);
- PDBG("%s snd_isn %u\n", __func__, t6req->rsvd);
+ pr_debug("%s snd_isn %u\n", __func__, t6req->rsvd);
t6req->opt2 = cpu_to_be32(opt2);
}
}
@@ -882,7 +882,7 @@ static int send_connect(struct c4iw_ep *ep)
t6req6->params =
cpu_to_be64(FILTER_TUPLE_V(params));
t6req6->rsvd = cpu_to_be32(isn);
- PDBG("%s snd_isn %u\n", __func__, t6req6->rsvd);
+ pr_debug("%s snd_isn %u\n", __func__, t6req6->rsvd);
t6req6->opt2 = cpu_to_be32(opt2);
}