]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: ion: Remove alignment from allocation field
authorLaura Abbott <labbott@redhat.com>
Mon, 3 Apr 2017 18:57:46 +0000 (11:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 10:35:11 +0000 (12:35 +0200)
commit95d3db30740ed7a61ce3534c12961ced48becf2d
tree47421d2376a858adaea7a383601e99639a8ae032
parentac3d5259b3d2079600e7d3d1379d9a98a87bc8e6
staging: android: ion: Remove alignment from allocation field

The align field was supposed to be used to specify the alignment of
the allocation. Nobody actually does anything with it except to check
if the alignment specified is out of bounds. Since this has no effect
on the actual allocation, just remove it.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion-ioctl.c
drivers/staging/android/ion/ion.c
drivers/staging/android/ion/ion.h
drivers/staging/android/ion/ion_carveout_heap.c
drivers/staging/android/ion/ion_chunk_heap.c
drivers/staging/android/ion/ion_cma_heap.c
drivers/staging/android/ion/ion_priv.h
drivers/staging/android/ion/ion_system_heap.c