aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorWei Liu <wei.liu@kernel.org>2020-05-06 16:08:05 +0000
committerWei Liu <wei.liu@kernel.org>2020-05-20 09:13:59 +0000
commit723c425f2947dd0ecdde270cb8463b22b3e59603 (patch)
tree4dabae7b4ae7a31c36ceb18407ada3bba565892c /drivers/hv
parenthyper-v: Switch to use UUID types directly (diff)
downloadlinux-dev-723c425f2947dd0ecdde270cb8463b22b3e59603.tar.xz
linux-dev-723c425f2947dd0ecdde270cb8463b22b3e59603.zip
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 <wei.liu@kernel.org> Link: https://lore.kernel.org/r/20200506160806.118965-1-wei.liu@kernel.org Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/vmbus_drv.c1
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);