On Thu, Sep 20, 2018 at 04:42:21PM -0600, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > > This struct has two copies of the device name, and it isn't really > needed. Start converting everything to use the device core's dev_name and > dev_err/etc functions. > > Starting out with a patch to make the drivers stop writing to 'name' and > following with a variety of mechanical conversions in drivers/infiniba nd. > > There are other ULPs outside drivers/infiniband that will need converting > before we can drop the struct member completely, but this is a healthy start > to the process. > > Jason Gunthorpe (6): > RDMA: Fully setup the device name in ib_register_device > RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name > RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name > RDMA/core: Use dev_name instead of ibdev->name > RDMA/drivers: Use dev_name instead of ibdev->name > RDMA/ulp: Use dev_name instead of ibdev->name Series applied (with v1 of the first patch) to for-next thanks everyone Jason