mm-cma-allocation-trigger-fix
[deliverable/linux.git] / mm / cma_debug.c
index ae41faeed596a2e5fcff34d1d1daa5270414936e..0b377536ccde84419222e851b334f8453955232f 100644 (file)
@@ -103,7 +103,7 @@ static int cma_alloc_mem(struct cma *cma, int count)
        if (!mem)
                return -ENOMEM;
 
-       p = cma_alloc(cma, count, CONFIG_CMA_ALIGNMENT);
+       p = cma_alloc(cma, count, 0);
        if (!p) {
                kfree(mem);
                return -ENOMEM;
This page took 0.024654 seconds and 5 git commands to generate.