linux/drivers/staging/vt6656
Alison Schofield 27f31cf9f7 staging: vt6656: replace explicit NULL comparison with ! operator
Replace explicit NULL comparison with ! operator to simplify code.

Found with Coccinelle:
@@
expression e;
statement s0, s1;
@@

if (
(
+ !
e
- == NULL
 || ...
)
 ) s0 else s1

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 20:00:30 -08:00
..
baseband.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
baseband.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
card.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
card.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
channel.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
channel.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
desc.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
device.h staging: vt6656: fix definitions of DEVICE_FLAGS_* flags 2016-02-07 19:03:24 -08:00
dpc.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
dpc.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
firmware.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
firmware.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
int.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
int.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
Kconfig staging: vt6656: remove unneeded config and headers 2014-06-26 20:23:33 -04:00
key.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
key.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
mac.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
mac.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
main_usb.c staging: vt6656: replace explicit NULL comparison with ! operator 2016-02-11 20:00:30 -08:00
Makefile staging: vt6656: dead code remove 80211mgr.c/h 2014-06-26 20:23:31 -04:00
power.c drivers:staging:vt6656: Fix coding style issues 2016-02-07 19:03:24 -08:00
power.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rf.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rf.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rxtx.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
rxtx.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
TODO
usbpipe.c staging: vt6656: replace explicit NULL comparison with ! operator 2016-02-11 20:00:30 -08:00
usbpipe.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
wcmd.c staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00
wcmd.h staging: vt6656: remove address from GPL text 2015-11-19 16:53:09 -08:00