diff options
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/srp/ib_srp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c index 7c13db885bf6..54c8fe25c423 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.c +++ b/drivers/infiniband/ulp/srp/ib_srp.c | |||
@@ -1949,8 +1949,7 @@ static struct srp_host *srp_add_port(struct srp_device *device, u8 port) | |||
1949 | 1949 | ||
1950 | host->dev.class = &srp_class; | 1950 | host->dev.class = &srp_class; |
1951 | host->dev.parent = device->dev->dma_device; | 1951 | host->dev.parent = device->dev->dma_device; |
1952 | snprintf(host->dev.bus_id, BUS_ID_SIZE, "srp-%s-%d", | 1952 | dev_set_name(&host->dev, "srp-%s-%d", device->dev->name, port); |
1953 | device->dev->name, port); | ||
1954 | 1953 | ||
1955 | if (device_register(&host->dev)) | 1954 | if (device_register(&host->dev)) |
1956 | goto free_host; | 1955 | goto free_host; |