From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 5 Nov 2012 16:46:19 +0000 Subject: [PATCH linux-next] ARM64: dma-mapping: support debug_dma_mapping_error In-Reply-To: <1351871933.2721.10.camel@lorien2> References: <1351205220.6851.3.camel@lorien2> <1351264983.2712.14.camel@lorien2> <1351871933.2721.10.camel@lorien2> Message-ID: <20121105164618.GF17864@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 02, 2012 at 03:58:53PM +0000, Shuah Khan wrote: > On Fri, 2012-10-26 at 09:23 -0600, Shuah Khan wrote: > > Add support for debug_dma_mapping_error() call to avoid warning from > > debug_dma_unmap() interface when it checks for mapping error checked > > status. Without this patch, device driver failed to check map error > > warning is generated. > > > > Signed-off-by: Shuah Khan > > Acked-by: Catalin Marinas > > Do you want this patch going through linux-next or the ARM64 tree? Let > me know your preference. I think it can go together with your other patches since I can't tell when you'll push the debug_dma_mapping_error() implementation. -- Catalin