Re: [PATCH] iommu/vt-d, trivial: Remove unused variable

2018-03-29 Thread Joerg Roedel
On Thu, Mar 22, 2018 at 06:18:06PM +0800, Shaokun Zhang wrote: > Unused after commit <42e8c186b595> ("iommu/vt-d: Simplify io/tlb flushing > in intel_iommu_unmap"), cleanup it. > > Cc: David Woodhouse > Cc: Joerg Roedel > Signed-off-by: Shaokun Zhang > --- > drivers/iommu/intel-iommu.c | 6 +--

[PATCH] iommu/vt-d, trivial: Remove unused variable

2018-03-22 Thread Shaokun Zhang
Unused after commit <42e8c186b595> ("iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmap"), cleanup it. Cc: David Woodhouse Cc: Joerg Roedel Signed-off-by: Shaokun Zhang --- drivers/iommu/intel-iommu.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/iommu