aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-contiguous.c
diff options
context:
space:
mode:
authorGioh Kim <gioh.kim@lge.com>2014-05-22 00:31:37 -0400
committerMarek Szyprowski <m.szyprowski@samsung.com>2014-05-22 02:16:05 -0400
commitbb56d0dc23aa3428c0b1901414bfcf698eb693fb (patch)
tree9d2f447a137781602d11ca646672c216a3a603ad /drivers/base/dma-contiguous.c
parente464ef16c4f080bb85ccf9085f92503b5b5b1e13 (diff)
drivers/base/dma-contiguous.c: erratum of dev_get_cma_area
fix erratum get_dev_cma_area into dev_get_cma_area Signed-off-by: Gioh Kim <gioh.kim@lge.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'drivers/base/dma-contiguous.c')
-rw-r--r--drivers/base/dma-contiguous.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c
index fe72bac96275..7b0217c863a7 100644
--- a/drivers/base/dma-contiguous.c
+++ b/drivers/base/dma-contiguous.c
@@ -278,7 +278,7 @@ static void clear_cma_bitmap(struct cma *cma, unsigned long pfn, int count)
278 * 278 *
279 * This function allocates memory buffer for specified device. It uses 279 * This function allocates memory buffer for specified device. It uses
280 * device specific contiguous memory area if available or the default 280 * device specific contiguous memory area if available or the default
281 * global one. Requires architecture specific get_dev_cma_area() helper 281 * global one. Requires architecture specific dev_get_cma_area() helper
282 * function. 282 * function.
283 */ 283 */
284struct page *dma_alloc_from_contiguous(struct device *dev, int count, 284struct page *dma_alloc_from_contiguous(struct device *dev, int count,