drivers/base/dma-contiguous.c: erratum of dev_get_cma_area
authorGioh Kim <gioh.kim@lge.com>
Thu, 22 May 2014 04:31:37 +0000 (13:31 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 22 May 2014 06:16:05 +0000 (08:16 +0200)
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>
drivers/base/dma-contiguous.c

index fe72bac..7b0217c 100644 (file)
@@ -278,7 +278,7 @@ static void clear_cma_bitmap(struct cma *cma, unsigned long pfn, int count)
  *
  * 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,