From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/1] OMAP: DMA: Attribution necessary only if the ch is not chained. Date: Tue, 27 Nov 2007 18:20:17 -0800 Message-ID: <20071128022017.GF11825@atomide.com> References: <4748A5D7.2040509@indt.org.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4748A5D7.2040509@indt.org.br> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Carlos Aguiar Cc: omap-linux List-Id: linux-omap@vger.kernel.org * Carlos Aguiar [071124 14:31]: > From: Carlos Eduardo Aguiar > > Attribution necessary only if the ch is not chained on arch/arm/plat-omap/dma.c > > Signed-off-by: Carlos Eduardo Aguiar > Signed-off-by: Ragner Magalhaes > --- > arch/arm/plat-omap/dma.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c > index dd0c874..a3c5d4f 100644 > --- a/arch/arm/plat-omap/dma.c > +++ b/arch/arm/plat-omap/dma.c > @@ -1709,9 +1709,9 @@ static int omap2_dma_handle_ch(int ch) > > if (!OMAP_DMA_CHAIN_QEMPTY(chain_id)) > OMAP_DMA_CHAIN_INCQHEAD(chain_id); > - } > > - status = OMAP_DMA_CSR_REG(ch); > + status = OMAP_DMA_CSR_REG(ch); > + } > > if (likely(dma_chan[ch].callback != NULL)) { > if (dma_chan[ch].chain_id != -1) Thanks, pushed. Tony