[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <537D92AE.2030105@samsung.com>
Date: Thu, 22 May 2014 08:01:18 +0200
From: Marek Szyprowski <m.szyprowski@...sung.com>
To: Gioh Kim <gioh.kim@....com>, rientjes@...gle.com,
mina86@...a86.com, linux-kernel@...r.kernel.org
Cc: gunho.lee@....com, gurugio@...il.com
Subject: Re: [PATCH] drivers/base/dma-contiguous.c: erratum of dev_get_cma_area
Hello,
On 2014-05-22 06:31, Gioh Kim wrote:
> fix erratum get_dev_cma_area into dev_get_cma_area
>
> Signed-off-by: Gioh Kim <gioh.kim@....com>
> ---
> drivers/base/dma-contiguous.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c
> index b056661..6343f25 100644
> --- a/drivers/base/dma-contiguous.c
> +++ b/drivers/base/dma-contiguous.c
> @@ -291,7 +291,7 @@ err:
> *
> * This function allocates memory buffer for specified device. It uses
> * device specific contiguous memory area if available or the default
> - * global one. Requires architecture specific get_dev_cma_area() helper
> + * global one. Requires architecture specific dev_get_cma_area() helper
> * function.
> */
> struct page *dma_alloc_from_contiguous(struct device *dev, int count,
Thanks for this small fix. I've applied it to my tree.
Best regards
--
Marek Szyprowski, PhD
Samsung R&D Institute Poland
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists