From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Wed, 10 Jan 2018 16:22:15 +0100 Subject: [PATCH 11/33] dma-mapping: move swiotlb arch helpers to a new header In-Reply-To: References: <20180110080027.13879-1-hch@lst.de> <20180110080027.13879-12-hch@lst.de> List-ID: Message-ID: <20180110152215.GA17790@lst.de> To: linux-snps-arc@lists.infradead.org On Wed, Jan 10, 2018@09:31:45AM +0000, Vladimir Murzin wrote: > I know it is copy&paste, but it seems it has off by one error and it should be > > return addr + size - 1 <= *dev->dma_mask; I've added a new patch to fix the mips dma_capable() definition, thanks.