From: Marek Szyprowski <m.szyprowski@samsung.com>
To: Gioh Kim <gioh.kim@lge.com>,
rientjes@google.com, mina86@mina86.com,
linux-kernel@vger.kernel.org
Cc: gunho.lee@lge.com, gurugio@gmail.com
Subject: Re: [PATCH] drivers/base/dma-contiguous.c: erratum of dev_get_cma_area
Date: Thu, 22 May 2014 08:01:18 +0200 [thread overview]
Message-ID: <537D92AE.2030105@samsung.com> (raw)
In-Reply-To: <1400733097-1176-1-git-send-email-gioh.kim@lge.com>
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
prev parent reply other threads:[~2014-05-22 6:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=537D92AE.2030105@samsung.com \
--to=m.szyprowski@samsung.com \
--cc=gioh.kim@lge.com \
--cc=gunho.lee@lge.com \
--cc=gurugio@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mina86@mina86.com \
--cc=rientjes@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.