From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH][next] cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fm Date: Mon, 10 Sep 2018 10:01:34 -0700 (PDT) Message-ID: <20180910.100134.1463498001968586861.davem@davemloft.net> References: <20180910121722.15524-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ganeshgr@chelsio.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: colin.king@canonical.com Return-path: In-Reply-To: <20180910121722.15524-1-colin.king@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Colin King Date: Mon, 10 Sep 2018 13:17:22 +0100 > From: Colin Ian King > > A recent commit updated vlan_cmd.dropnovlan_fm but failed to remove > the older assignment. Fix this by removing the former redundant > assignment. > > Detected by CoverityScan, CID#1473290 ("Unused value") > > Fixes: a89cdd8e7c74 ("cxgb4: impose mandatory VLAN usage when non-zero TAG ID") > Signed-off-by: Colin Ian King Applied, thanks.