linux/drivers/staging/rtl8188eu
Shraddha Barke a544f0edb2 Staging: rtl8188eu: core: Remove explicit NULL comparison
Remove explicit NULL comparison and write it in its simpler form.
Replacement done with coccinelle:

@replace_rule@
expression e;
@@

-e == NULL
+ !e

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-09-12 18:25:00 -07:00
..
core Staging: rtl8188eu: core: Remove explicit NULL comparison 2015-09-12 18:25:00 -07:00
hal staging: rtl8188eu: fix possible NULL dereference 2015-08-14 19:20:39 -07:00
include staging/rtl8188eu : Remove unused macro definitions. 2015-09-12 18:24:56 -07:00
os_dep staging: rtl8188eu: remove unused define 2015-08-07 15:17:59 -07:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_debug.c 2014-09-23 23:47:12 -07:00
TODO