[PATCH] iommu/dma: Fix NEED_SG_DMA_LENGTH dependency
From: joro@8bytes.org (Joerg Roedel)
Date: 2016-02-29 16:28:46
Also in:
linux-iommu
From: joro@8bytes.org (Joerg Roedel)
Date: 2016-02-29 16:28:46
Also in:
linux-iommu
On Mon, Feb 29, 2016 at 11:13:39AM +0000, Robin Murphy wrote:
IOMMU_DMA does indeed depend on scatterlists having a DMA length, but the NEED_SG_DMA_LENGTH symbol should be selected, not depended upon. Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- drivers/iommu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.