Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757382Ab2JZIjJ (ORCPT ); Fri, 26 Oct 2012 04:39:09 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:34996 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753866Ab2JZIjG (ORCPT ); Fri, 26 Oct 2012 04:39:06 -0400 Message-ID: <508A4C17.7010607@ti.com> Date: Fri, 26 Oct 2012 14:08:47 +0530 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: CC: , , , , , LKML , Subject: Re: [PATCH RFT] ARM64: dma-mapping: support debug_dma_mapping_error References: <1351205220.6851.3.camel@lorien2> In-Reply-To: <1351205220.6851.3.camel@lorien2> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 896 Lines: 24 On Friday 26 October 2012 04:17 AM, 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 > --- Looks good. Similar fix for 32bit ARM port is done in below commit. From 871ae57adc5ed092c1341f411514d0e8482e2611 Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Mon, 22 Oct 2012 20:44:03 +0800 Subject: [PATCH] ARM: dma-mapping: support debug_dma_mapping_error Regards Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/