From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shubhrajyoti Datta Subject: Re: [PATCH] spi: omap2-mcspi: Fix the below warning Date: Sat, 21 Jul 2012 20:40:42 +0530 Message-ID: References: <1342720012-3709-1-git-send-email-shubhrajyoti@ti.com> <20120720100959.GS4495@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Shubhrajyoti D , spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org To: Mark Brown Return-path: In-Reply-To: <20120720100959.GS4495@opensource.wolfsonmicro.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On Fri, Jul 20, 2012 at 3:40 PM, Mark Brown wrote: > On Thu, Jul 19, 2012 at 11:16:52PM +0530, Shubhrajyoti D wrote: >> The dma_map and dma_unmap should have same parameter >> passed otherwise we get the below warn. > > Applied, thanks. thanks,