|
@@ -961,8 +961,8 @@ int vmbus_device_register(struct hv_device *child_device_obj)
|
|
{
|
|
{
|
|
int ret = 0;
|
|
int ret = 0;
|
|
|
|
|
|
- dev_set_name(&child_device_obj->device, "vmbus_%d",
|
|
|
|
- child_device_obj->channel->id);
|
|
|
|
|
|
+ dev_set_name(&child_device_obj->device, "vmbus-%pUl",
|
|
|
|
+ child_device_obj->channel->offermsg.offer.if_instance.b);
|
|
|
|
|
|
child_device_obj->device.bus = &hv_bus;
|
|
child_device_obj->device.bus = &hv_bus;
|
|
child_device_obj->device.parent = &hv_acpi_dev->dev;
|
|
child_device_obj->device.parent = &hv_acpi_dev->dev;
|