[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171110135719.4b6d0ae7@shemminger-XPS-13-9360>
Date: Fri, 10 Nov 2017 13:57:19 +0900
From: Stephen Hemminger <stephen@...workplumber.org>
To: Colin King <colin.king@...onical.com>
Cc: "K . Y . Srinivasan" <kys@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Stephen Hemminger <sthemmin@...rosoft.com>,
devel@...uxdriverproject.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: hv: balloon: remove extraneous assignment to
region_start
On Wed, 18 Oct 2017 12:52:12 +0100
Colin King <colin.king@...onical.com> wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> The variable region_start is assigned twice, the first value is
> never read and redundant, so can be removed. We can clean up the
> code further by assigning rg_start directly rather than using the
> temporary variable region_start which can then be removed. Cleans
> up the clang warning:
>
> drivers/hv/hv_balloon.c:976:3: warning: Value stored to 'region_start'
> is never read
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
LGTM
Acked-by: Stephen Hemminger <sthemmin@...rosoft.com>
Powered by blists - more mailing lists