alistair23-linux/drivers/staging/android/ion
Quytelda Kahja 878c33a788 Staging: ion: fix code style warning from NULL comparisons
This patch replaces several instances where a pointer is compared to NULL
(i.e., `ptr == NULL`) with `!ptr`, which is preferred.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-29 16:38:53 +02:00
..
ion-ioctl.c staging: android: ion: Align with open parenthesis 2017-05-15 07:41:57 +02:00
ion.c Staging: ion: fix code style warning from NULL comparisons 2017-06-29 16:38:53 +02:00
ion.h staging: android: ion: Remove unused members from ion_buffer 2017-05-18 15:59:38 +02:00
ion_carveout_heap.c staging: android: ion: Resolve minor indentation issue. 2017-05-15 07:41:59 +02:00
ion_chunk_heap.c staging: android: ion: Remove whitespace before quoted newline 2017-04-28 11:40:07 +02:00
ion_cma_heap.c staging: android: ion: Replace spaces with tabs for indentation 2017-04-25 20:56:14 +02:00
ion_heap.c staging: android: ion: Rework heap registration/enumeration 2017-04-18 20:43:14 +02:00
ion_page_pool.c staging: android: ion: Collapse internal header files 2017-04-18 20:43:14 +02:00
ion_system_heap.c staging: android: ion: Improve memory alloc style 2017-06-14 12:37:22 +02:00
Kconfig staging: android: ion: Rework heap registration/enumeration 2017-04-18 20:43:14 +02:00
Makefile staging: android: ion: Rework heap registration/enumeration 2017-04-18 20:43:14 +02:00