[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180201.094317.1226307518693749272.davem@davemloft.net>
Date: Thu, 01 Feb 2018 09:43:17 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: colin.king@...onical.com
Cc: sathya.perla@...adcom.com, ajit.khaparde@...adcom.com,
sriharsha.basavapatna@...adcom.com, somnath.kotur@...adcom.com,
netdev@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] be2net: remove redundant initialization of 'head' and
pointer txq
From: Colin King <colin.king@...onical.com>
Date: Wed, 31 Jan 2018 16:14:25 +0000
> From: Colin Ian King <colin.king@...onical.com>
>
> Variable head is initialized to a value that is never read and is
> being updated to a new value a few lines later, hence this
> initialization is redundant and can be safely removed as well
> as the now unused pointer txq.
>
> Cleans up clang warning:
> drivers/net/ethernet/emulex/benet/be_main.c:996:6: warning: Value
> stored to 'head' during its initialization is never read
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Applied, thank you.
Powered by blists - more mailing lists