On Fri, Sep 04, 2020 at 01:39:06PM +0200, Joerg Roedel wrote: > From: Joerg Roedel <jroe...@suse.de> > > Fix the following warning the the SUN50I driver: > > drivers/iommu/sun50i-iommu.c: In function 'sun50i_iommu_irq': > drivers/iommu/sun50i-iommu.c:890:14: warning: variable 'iova' set but not > used [-Wunused-but-set-variable] > 890 | phys_addr_t iova; > | ^~~~ > > Reported-by: kernel test robot <l...@intel.com> > Signed-off-by: Joerg Roedel <jroe...@suse.de>
Acked-by: Maxime Ripard <mrip...@kernel.org> Thanks! Maxime