lkml.org 
[lkml]   [2011]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] ste_dma40: assign device_prep_dma_sg for dma_memcpy
From
Date
On Tue, 2011-03-01 at 11:32 +0100, Per Forlin wrote:
> From: Per Forlin <per.forlin@linaro.org>
>
> Signed-off-by: Per Forlin <per.forlin@linaro.org>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> drivers/dma/ste_dma40.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
> index 6e1d46a..1dd8ea3 100644
> --- a/drivers/dma/ste_dma40.c
> +++ b/drivers/dma/ste_dma40.c
> @@ -2496,7 +2496,7 @@ static int __init d40_dmaengine_init(struct d40_base *base,
> base->dma_memcpy.device_alloc_chan_resources = d40_alloc_chan_resources;
> base->dma_memcpy.device_free_chan_resources = d40_free_chan_resources;
> base->dma_memcpy.device_prep_dma_memcpy = d40_prep_memcpy;
> - base->dma_slave.device_prep_dma_sg = d40_prep_sg;
> + base->dma_memcpy.device_prep_dma_sg = d40_prep_sg;
> base->dma_memcpy.device_prep_slave_sg = d40_prep_slave_sg;
> base->dma_memcpy.device_tx_status = d40_tx_status;
> base->dma_memcpy.device_issue_pending = d40_issue_pending;

Please copy the MAINTAINERS, or your patches can get missed...

Applied, Thanks

~Vinod




--
~Vinod



\
 
 \ /
  Last update: 2011-03-03 02:11    [W:0.064 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site