diff options
author | David Kershner <[email protected]> | 2017-08-30 13:36:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-08-31 18:17:39 +0200 |
commit | 7fa098a1c61d2499e992b3855238fc743c81cf39 (patch) | |
tree | 725076820956b5c492246651499045cf5f6abe49 | |
parent | f1f537c2e7f565a808623d3244ea73a65839240e (diff) |
staging: unisys: visorbus: Remove useless comment.
Currently setting it in the right location, so no longer not sure.
Signed-off-by: David Kershner <[email protected]>
Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index dca936bbb7b4..88cefa59f820 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -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 = |