[PATCH 1/7] S3C64XX DMA: struct s3c64xx_dma_buff debugged
Ben Dooks
ben-linux at fluff.org
Tue Sep 15 19:55:25 EDT 2009
On Tue, Sep 15, 2009 at 07:01:18PM +0900, Jassi wrote:
> 'struct pl080s_lli' should be the member of struct s3c64xx_dma_buff
> rather than 'struct pl080_lli'.
> Corrected the typo mistake.
applied to next-s3c64xx-fixes, with some edits to the description.
> Signed-Off-by: Jassi <jassi.brar at samsung.com>
> ---
> arch/arm/plat-s3c64xx/include/plat/dma-plat.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-s3c64xx/include/plat/dma-plat.h b/arch/arm/plat-s3c64xx/include/plat/dma-plat.h
> index 0c30dd9..8f76a1e 100644
> --- a/arch/arm/plat-s3c64xx/include/plat/dma-plat.h
> +++ b/arch/arm/plat-s3c64xx/include/plat/dma-plat.h
> @@ -26,7 +26,7 @@ struct s3c64xx_dma_buff {
> struct s3c64xx_dma_buff *next;
>
> void *pw;
> - struct pl080_lli *lli;
> + struct pl080s_lli *lli;
> dma_addr_t lli_dma;
> };
>
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
More information about the linux-arm-kernel
mailing list