linux-stable/drivers/staging
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
..
android staging: ion: Remove explicit NULL comparison 2015-10-24 19:26:59 -07:00
board staging: board: Migrate away from __pm_genpd_name_add_device() 2015-09-09 02:18:25 +02:00
clocking-wizard
comedi staging: comedi: adl_pci9118: tidy up pci9118_ai_setup_dma() 2015-10-24 19:17:13 -07:00
dgap Staging: dgap: Remove unnecessary test expression 2015-10-16 23:06:38 -07:00
dgnc staging: dgnc: dgnc_driver: Remove useless initialisation 2015-10-16 22:56:23 -07:00
emxx_udc Staging: emxx_udc: Add space around operator. 2015-10-24 19:21:05 -07:00
fbtft Staging: fbtft: fb_ssd1331: Remove unnecessary cast 2015-10-16 22:56:23 -07:00
fsl-mc staging: fsl-mc: Added serialization to mc_send_command() 2015-10-17 20:54:46 -07:00
fwserial
gdm72xx Staging: gdm72xx: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm724x staging: gdm724x: remove multiple blank lines 2015-10-24 19:02:42 -07:00
goldfish staging: goldfish: Prefer kernel type u32 over uint32_t 2015-09-12 18:24:38 -07:00
gs_fpgaboot
iio Staging: iio: tsl2x7x_core: Remove unrequired parentheses from DIV_ROUND_UP 2015-10-16 22:48:19 -07:00
lustre staging: lustre: lnet :socklnd Braces not necessary 2015-10-24 18:57:00 -07:00
media staging: media: lirc: Remove useless initialisation 2015-10-16 23:05:17 -07:00
most staging: most: hdm-usb: Use setup_timer 2015-10-24 19:09:03 -07:00
mt29f_spinand Staging: mt29f_spinand: Remove redundant cast on 'retval' 2015-10-24 18:34:23 -07:00
netlogic staging: netlogic: xlr_net.h: fixed coding style warnings 2015-10-16 23:17:26 -07:00
nvec
octeon staging: octeon-ethernet: move cvm_oct_xaui_open() 2015-10-17 20:56:10 -07:00
octeon-usb staging: octeon-usb: Fix module autoload for OF platform driver 2015-09-12 18:24:37 -07:00
olpc_dcon Staging: olpc_dcon: Remove NULL comparison 2015-10-16 23:06:38 -07:00
panel staging: panel: Prefer using BIT Macro 2015-10-16 23:05:17 -07:00
rdma staging: IB/ipath: remove sched.h header 2015-10-24 19:06:05 -07:00
rtl8188eu staging: rtl8188eu: fix misleading indentation 2015-10-24 19:25:13 -07:00
rtl8192e staging: rtl8192e: _rtl92e_fw_boot_cpu: Remove unneeded goto 2015-10-24 19:23:13 -07:00
rtl8192u Staging: rtl8192u: Eliminate use of MSECS macro 2015-10-24 18:33:17 -07:00
rtl8712 staging: rtl8712: Add device ID for Sitecom WLA2100 2015-10-24 19:12:48 -07:00
rtl8723au staging: r8723au: move * to be adjacent to pointer name 2015-10-17 20:16:37 -07:00
rts5208 Staging: rts5208: use dmam_alloc_coherent 2015-10-16 23:17:26 -07:00
skein staging: skein: Remove useless initialisation 2015-10-16 23:05:17 -07:00
slicoss Staging: slicoss: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
sm750fb staging: sm750fb: use direct call to hw_sm750_output_setMode 2015-10-24 19:04:13 -07:00
speakup staging: speakup: varhandlers: Remove useless intialisation 2015-10-16 22:56:23 -07:00
ste_rmi4 Staging: ste_rmi4: Remove unnecessary MODULE_ALIAS() 2015-09-12 18:24:38 -07:00
unisys staging: unisys: Remove useless intialisation 2015-10-16 22:59:36 -07:00
vme
vt6655 staging: vt6655: card.c rename pDevice with priv 2015-10-17 09:04:27 -07:00
vt6656 staging: vt6656: Prefer using BIT Macro 2015-10-16 23:05:17 -07:00
wilc1000 staging: wilc1000: isr_bh_routine: remove unused variable nic 2015-10-24 18:30:01 -07:00
wlan-ng staging: wlan-ng: Remove useless initialization 2015-10-16 22:51:48 -07:00
xgifb Staging: xgifb: Remove space after cast 2015-10-24 19:11:30 -07:00
Kconfig staging: ft1000: remove obsolete driver 2015-10-24 19:19:43 -07:00
Makefile staging: ft1000: remove obsolete driver 2015-10-24 19:19:43 -07:00
staging.c