diff options
Diffstat (limited to 'drivers/infiniband/ulp/srpt/ib_srpt.c')
-rw-r--r-- | drivers/infiniband/ulp/srpt/ib_srpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib_srpt.c index d21ba9d857c3..dfc24f19178b 100644 --- a/drivers/infiniband/ulp/srpt/ib_srpt.c +++ b/drivers/infiniband/ulp/srpt/ib_srpt.c | |||
@@ -2465,7 +2465,7 @@ static void srpt_add_one(struct ib_device *device) | |||
2465 | int i; | 2465 | int i; |
2466 | 2466 | ||
2467 | pr_debug("device = %p, device->dma_ops = %p\n", device, | 2467 | pr_debug("device = %p, device->dma_ops = %p\n", device, |
2468 | device->dma_ops); | 2468 | device->dma_device->dma_ops); |
2469 | 2469 | ||
2470 | sdev = kzalloc(sizeof(*sdev), GFP_KERNEL); | 2470 | sdev = kzalloc(sizeof(*sdev), GFP_KERNEL); |
2471 | if (!sdev) | 2471 | if (!sdev) |