[RAMEN9610-10855] android: ion: fix missing alignment for CMA heap
authorCho KyongHo <pullip.cho@samsung.com>
Mon, 15 Oct 2018 04:47:18 +0000 (13:47 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:12 +0000 (20:23 +0300)
commitb2deb61a8a83d11e2c347062c70bd9373453c483
treef1a7d0a685360691283f6cde3c578b7674d3f64e
parent221cef586351da08de0ee62d764661b461f98d38
[RAMEN9610-10855] android: ion: fix missing alignment for CMA heap

CMA heap may have special alignment requirement but alignment to the
buffer allocation was missing for buffer length. Alignment to the base
address is correctly performed, by the way.

Change-Id: Ida598ac599e15f825c888aaa93aa5f5e6a2f248a
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/staging/android/ion/ion_cma_heap.c