lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20211013141459.GD11036@lpieralisi> Date: Wed, 13 Oct 2021 15:14:59 +0100 From: Lorenzo Pieralisi <lorenzo.pieralisi@....com> To: Alyssa Rosenzweig <alyssa@...enzweig.io> Cc: Colin King <colin.king@...onical.com>, Marc Zyngier <maz@...nel.org>, Rob Herring <robh@...nel.org>, Krzysztof WilczyĆski <kw@...ux.com>, Bjorn Helgaas <bhelgaas@...gle.com>, linux-pci@...r.kernel.org, kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH][next] PCI: apple: Remove redundant initialization of pointer port_pdev On Wed, Oct 13, 2021 at 10:06:20AM -0400, Alyssa Rosenzweig wrote: > Hi Lorenzo, > > > > The pointer port_pdev is being initialized with a value that is never > > > read, it is being updated later on. The assignment is redundant and > > > can be removed. > > > > > > Addresses-Coverity: ("Unused value") > > > Signed-off-by: Colin Ian King <colin.king@...onical.com> > > > --- > > > drivers/pci/controller/pcie-apple.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Squashed into the commit it is fixing. > > It seems the commit already landed in linux-next? [1] > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=00723f494020aceb92f789af634fecba1477fc01 I know thanks. The updated one will land in next shortly. Lorenzo
Powered by blists - more mailing lists