[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)
committerhskang <hs1218.kang@samsung.com>
Tue, 15 Jan 2019 06:22:54 +0000 (15:22 +0900)
commit8a4fb9f40f0f82670a43bec73551e3e777295f6e
treeb57e9f881fe021ec2c03edeb54367c841617bfa1
parente02c4166dfc49af12f6acd33ba5db72a24a2ac39
[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