linux/drivers/staging/gdm724x
Ioana Ciornei b6f6fd8a87 stating: gdm724x: remove explicit NULL comparison
This patch converts explicit NULL comparison to its shorter
equivalent form.
Done with coccinelle semantic patch:

@@
expression e;
@@

- e == NULL
+ !e

Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-24 19:02:42 -07:00
..
gdm_endian.c staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_endian.h staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_lte.c stating: gdm724x: remove explicit NULL comparison 2015-10-24 19:02:42 -07:00
gdm_lte.h
gdm_mux.c stating: gdm724x: remove explicit NULL comparison 2015-10-24 19:02:42 -07:00
gdm_mux.h
gdm_tty.c stating: gdm724x: remove explicit NULL comparison 2015-10-24 19:02:42 -07:00
gdm_tty.h
gdm_usb.c stating: gdm724x: remove explicit NULL comparison 2015-10-24 19:02:42 -07:00
gdm_usb.h
hci_packet.h
hci.h
Kconfig
Makefile
netlink_k.c stating: gdm724x: remove explicit NULL comparison 2015-10-24 19:02:42 -07:00
netlink_k.h
TODO