diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2017-01-20 16:04:33 -0500 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-01-24 12:26:17 -0500 |
commit | e3dfa60c0a1804d5934c11cd1680e373384aa0a0 (patch) | |
tree | c24ba2a01e61d686526223f4c643e25e57c77d68 | |
parent | dee2b82a5faf426723d3d077e9b17d172715d167 (diff) |
IB/srpt: Modify a debug statement
Since a later patch will remove ib_device.dma_device and since knowing
the value of that pointer is not too important, remove dma_device from
the debug output.
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | drivers/infiniband/ulp/srpt/ib_srpt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib_srpt.c index dfc24f19178b..147beadd6815 100644 --- a/drivers/infiniband/ulp/srpt/ib_srpt.c +++ b/drivers/infiniband/ulp/srpt/ib_srpt.c | |||
@@ -2464,8 +2464,7 @@ static void srpt_add_one(struct ib_device *device) | |||
2464 | struct ib_srq_init_attr srq_attr; | 2464 | struct ib_srq_init_attr srq_attr; |
2465 | int i; | 2465 | int i; |
2466 | 2466 | ||
2467 | pr_debug("device = %p, device->dma_ops = %p\n", device, | 2467 | pr_debug("device = %p\n", device); |
2468 | device->dma_device->dma_ops); | ||
2469 | 2468 | ||
2470 | sdev = kzalloc(sizeof(*sdev), GFP_KERNEL); | 2469 | sdev = kzalloc(sizeof(*sdev), GFP_KERNEL); |
2471 | if (!sdev) | 2470 | if (!sdev) |