kernel: bump 5.4 to 5.4.132
[openwrt/staging/hauke.git] / target / linux / bcm27xx / patches-5.4 / 950-0445-dma-mapping-treat-dev-bus_dma_mask-as-a-DMA-limit.patch
index d968e93153b4431065c61f8575c48e8719243409..344e1ee37efcf493dfa2356cb9fd5475a441ec8a 100644 (file)
@@ -198,7 +198,7 @@ Signed-off-by: Christoph Hellwig <hch@lst.de>
                return 0;
 --- a/drivers/iommu/dma-iommu.c
 +++ b/drivers/iommu/dma-iommu.c
-@@ -404,8 +404,7 @@ static dma_addr_t iommu_dma_alloc_iova(s
+@@ -406,8 +406,7 @@ static dma_addr_t iommu_dma_alloc_iova(s
        if (iova_len < (1 << (IOVA_RANGE_CACHE_MAX_SIZE - 1)))
                iova_len = roundup_pow_of_two(iova_len);