2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-04 11:43:54 +08:00
linux-next/drivers/staging/android
Muhammad Falak R Wani cf31378ba7 staging: ion: Remove explicit NULL comparison
Rewrite explicit NULL comparison in its simpler form.
<smpl>
@NULL_REPLACE@
expression e;
@@

-e == NULL
+ !e

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-24 19:26:59 -07:00
..
ion staging: ion: Remove explicit NULL comparison 2015-10-24 19:26:59 -07:00
trace android: convert sync to fence api, v6 2014-07-08 13:28:26 -07:00
uapi staging: android: Fix checkpatch block comments warnings 2015-09-29 04:22:31 +02:00
ashmem.c drivers/staging: make android ashmem.c explicitly non-modular 2015-10-12 21:12:17 -07:00
ashmem.h
Kconfig staging: android: fix typo 2015-09-12 18:24:57 -07:00
lowmemorykiller.c drivers/staging: make android lowmemorykiller.c explicitly non-modular 2015-10-12 21:12:17 -07:00
Makefile staging: Remove logger and alarm-dev from android Makefile 2015-01-28 11:32:39 -08:00
sw_sync.c drivers/staging: make android sw_sync.c explicitly non-modular 2015-10-12 21:12:17 -07:00
sw_sync.h staging: android: sw_sync: checkpatch fixes 2014-09-19 16:35:53 -07:00
sync_debug.c Staging: android: fix line length coding style issue in sync_debug.c 2015-01-17 16:17:11 -08:00
sync.c staging: android: sync: Fix memory corruption in sync_timeline_signal(). 2015-03-26 10:58:51 +01:00
sync.h staging: android: Remove unnecessary externs 2015-08-14 17:38:15 -07:00
timed_gpio.c Staging: android: timed_gpio.c: fix coding style errors 2015-08-05 11:55:44 -07:00
timed_gpio.h
timed_output.c drivers/staging: make android timed_output.c explicitly non-modular 2015-10-12 21:12:17 -07:00
timed_output.h
TODO staging/android: Update ION TODO per LPC discussion 2015-09-13 09:28:27 -07:00