Re: [PATCH] remove duplicate checking code

From: Joerg Roedel
Date: Fri May 30 2014 - 14:21:52 EST


On Thu, May 29, 2014 at 03:45:47PM +0200, Paul Bolle wrote:
> On Mon, 2014-05-26 at 11:39 +0200, Joerg Roedel wrote:
> > On Fri, May 16, 2014 at 03:39:40PM +0800, Vaughan Cao wrote:
> > > amd_iommu_rlookup_table[devid] != NULL is already guaranteed by check_device
> > > called before, it's fine to attach device at this point.
> > >
> > > Signed-off-by: Vaughan Cao <vaughan.cao@xxxxxxxxxx>
> > > ---
> > > drivers/iommu/amd_iommu.c | 6 ------
> > > 1 file changed, 6 deletions(-)
> >
> > Applied, thanks.
>
> This one entered linux-next, as of next-20142527, in commit ecef115d4540
> ("iommu/amd: Remove duplicate checking code"). It triggers an obviously
> correct warning:
> drivers/iommu/amd_iommu.c: In function âamd_iommu_init_passthroughâ:
> drivers/iommu/amd_iommu.c:3503:6: warning: unused variable âdevidâ [-Wunused-variable]
> u16 devid;
> ^
> drivers/iommu/amd_iommu.c:3502:20: warning: unused variable âiommuâ [-Wunused-variable]
> struct amd_iommu *iommu;
> ^
>
> Is the trivial fix for this queued somewhere?

Just queued one to my x86/amd branch. Thanks for the report.


Joerg


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/