public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/base/dma-contiguous.c: erratum of dev_get_cma_area
@ 2014-05-22  4:31 Gioh Kim
  2014-05-22  6:01 ` Marek Szyprowski
  0 siblings, 1 reply; 2+ messages in thread
From: Gioh Kim @ 2014-05-22  4:31 UTC (permalink / raw)
  To: rientjes, m.szyprowski, mina86, linux-kernel; +Cc: gunho.lee, gurugio, Gioh Kim

fix erratum get_dev_cma_area into dev_get_cma_area

Signed-off-by: Gioh Kim <gioh.kim@lge.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,
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/base/dma-contiguous.c: erratum of dev_get_cma_area
  2014-05-22  4:31 [PATCH] drivers/base/dma-contiguous.c: erratum of dev_get_cma_area Gioh Kim
@ 2014-05-22  6:01 ` Marek Szyprowski
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Szyprowski @ 2014-05-22  6:01 UTC (permalink / raw)
  To: Gioh Kim, rientjes, mina86, linux-kernel; +Cc: gunho.lee, gurugio

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@lge.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-22  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  4:31 [PATCH] drivers/base/dma-contiguous.c: erratum of dev_get_cma_area Gioh Kim
2014-05-22  6:01 ` Marek Szyprowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox