Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping

Pull dma-mapping fix from Christoph Hellwig:
"Just one little fix from Jean to avoid a harmless but very annoying
warning, especially for the drm code"

* tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping:
swiotlb: silent unwanted warning "buffer is full"

Changed files
+1 -1
lib
+1 -1
lib/swiotlb.c
··· 714 714 715 715 phys_addr = swiotlb_tbl_map_single(dev, 716 716 __phys_to_dma(dev, io_tlb_start), 717 - 0, size, DMA_FROM_DEVICE, 0); 717 + 0, size, DMA_FROM_DEVICE, attrs); 718 718 if (phys_addr == SWIOTLB_MAP_ERROR) 719 719 goto out_warn; 720 720