ib_srpt: Simplify a debug statement

This commit is contained in:
Bart Van Assche
2016-12-05 15:32:05 -08:00
parent 804bead1ab
commit 574d6f327b

View File

@@ -4336,7 +4336,7 @@ static void srpt_add_one(struct ib_device *device)
struct ib_srq_init_attr srq_attr;
int i, ret;
pr_debug("device = %p, device->dma_ops = %p\n", device, device->dma_ops);
pr_debug("device = %p\n", device);
sdev = kzalloc(sizeof(*sdev), GFP_KERNEL);
if (!sdev)