Skip to content
Commit 5a738b5d authored by Jason Gunthorpe's avatar Jason Gunthorpe
Browse files

RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name



Kernel convention is that a driver for a subsystem will print using
dev_* on the subsystem's struct device, or with dev_* on the physical
device. Drivers should rarely use a pr_* function.

Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 43c7c851
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment