From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05363C38A24 for ; Thu, 7 May 2020 10:36:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC7DA207DD for ; Thu, 7 May 2020 10:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588847814; bh=nMotTBN2WZ7c0L/LxUx4XsJ4d3lkgOy6xM2ndIvOCWE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=E8JHeqNKKlMS+EsGiY9sOtSQh81HW/nPafEI8oI91OZOkpoRSDWJptjL7+YfvvVLY jq0JmKP3e8dXMh7MA9Y3PlJuqfFLCbumxlOr3nINxv/b9rG9SqNw/RDbDzK7bh8nbf e/ksjTbv+j+FfTIlin0mzqY/Ke9okf4dt2QbVLAA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726235AbgEGKgy (ORCPT ); Thu, 7 May 2020 06:36:54 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:37186 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726029AbgEGKgy (ORCPT ); Thu, 7 May 2020 06:36:54 -0400 Received: by mail-wr1-f66.google.com with SMTP id k1so5746678wrx.4; Thu, 07 May 2020 03:36:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=pZWSW47Hk4klmt87hcwPwkObImlcY95sKfRd0toBmJU=; b=BM6KlitUUSwniQpF6oHPboIZ1ud2xgLUzW/fQKM7H02kxBwdzKFl4IBHDVGq6OYAJ3 lF5pw49L5MlzamO/1A3atkNm1EJ3oyJ/SBtXNUVsvcWmaPty07nZf6HY5Fr9P+DGfYw9 Tp1ZqbE7sLTdoMnGSJeJsKYNi4DV2A5/d3s7Up48fVXi0kX1JXSGE9FGZ7C7yxA2hygW coBt2FOrH1mvv5ylnOZE7ROHwEzLA98FmTrCRWa8fXTOZLISaj0fwZ1juLHsYTi+qZR2 GsFF1oAAH0u+o1xwgWuxg6HFKZOceY7eTbXX4i2e6XXOUl8YfvyGPB0+awzK+gJqwhyx pXjQ== X-Gm-Message-State: AGi0PuayocxuR6QHXERAthds5Aukyrq9UZU+nTFZQySEPszQitKXrGTF f/X5KROFvBrI3MTGzUUPWd8= X-Google-Smtp-Source: APiQypIXZ8cyeDfG9MrMePCnKlqUwdk30xTLpNPdN0Gi3zShoVWkDEsSVasl9emIKqgn4HGITIH1Lg== X-Received: by 2002:adf:e591:: with SMTP id l17mr10842806wrm.406.1588847812425; Thu, 07 May 2020 03:36:52 -0700 (PDT) Received: from debian (44.142.6.51.dyn.plus.net. [51.6.142.44]) by smtp.gmail.com with ESMTPSA id i17sm7538752wml.23.2020.05.07.03.36.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 May 2020 03:36:51 -0700 (PDT) Date: Thu, 7 May 2020 11:36:49 +0100 From: Wei Liu To: Michael Kelley Cc: Wei Liu , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , KY Srinivasan , Haiyang Zhang , Stephen Hemminger Subject: Re: [PATCH] Driver: hv: vmbus: drop a no long applicable comment Message-ID: <20200507103649.qyz6x2wr6yodpmbe@debian> References: <20200506160806.118965-1-wei.liu@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Wed, May 06, 2020 at 05:49:05PM +0000, Michael Kelley wrote: > From: Wei Liu Sent: Wednesday, May 6, 2020 9:08 AM > > > > None of the things mentioned in the comment is initialized in hv_init. > > They've been moved elsewhere. > > > > Signed-off-by: Wei Liu > > --- > > drivers/hv/vmbus_drv.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c > > index 3a27f6c5f3de..7efdcadc335e 100644 > > --- a/drivers/hv/vmbus_drv.c > > +++ b/drivers/hv/vmbus_drv.c > > @@ -1396,7 +1396,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); > > -- > > 2.20.1 > > Reviewed-by: Michael Kelley > Thanks. Applied to hyperv-next.