staging: unisys: visorbus: Remove useless comment.
Currently setting it in the right location, so no longer not sure. Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f1f537c2e7
commit
7fa098a1c6
|
@ -792,8 +792,6 @@ static int visorbus_device_create(struct controlvm_message *inmsg)
|
|||
dev_info->chipset_bus_no = bus_no;
|
||||
dev_info->chipset_dev_no = dev_no;
|
||||
guid_copy(&dev_info->inst, &cmd->create_device.dev_inst_guid);
|
||||
|
||||
/* not sure where the best place to set the 'parent' */
|
||||
dev_info->device.parent = &bus_info->device;
|
||||
|
||||
visorchannel =
|
||||
|
|
Loading…
Reference in New Issue