diff options
author | Wei Liu <[email protected]> | 2020-05-06 16:08:05 +0000 |
---|---|---|
committer | Wei Liu <[email protected]> | 2020-05-20 09:13:59 +0000 |
commit | 723c425f2947dd0ecdde270cb8463b22b3e59603 (patch) | |
tree | 4dabae7b4ae7a31c36ceb18407ada3bba565892c | |
parent | b7d18c57c94a38a81c1dbcfee0d63153ffaf1856 (diff) |
Driver: hv: vmbus: drop a no long applicable comment
None of the things mentioned in the comment is initialized in hv_init.
They've been moved elsewhere.
Signed-off-by: Wei Liu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Michael Kelley <[email protected]>
-rw-r--r-- | drivers/hv/vmbus_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 48e62028213b..c2a4a7c0b99a 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -1404,7 +1404,6 @@ static int vmbus_bus_init(void) { int ret; - /* Hypervisor initialization...setup hypercall page..etc */ ret = hv_init(); if (ret != 0) { pr_err("Unable to initialize the hypervisor - 0x%x\n", ret); |