linux/drivers/staging
Ilia Mirkin 7e901dcd73 staging: rtl8192e: Remove NULL check before kfree
This patch was generated by the following semantic patch:
// <smpl>
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// </smpl>

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-14 11:57:34 -07:00
..
asus_oled
ath6kl staging: ath6kl: Remove NULL check before kfree 2011-03-14 11:57:30 -07:00
bcm staging: bcm: Remove NULL check before kfree 2011-03-14 11:57:30 -07:00
brcm80211 staging: brcm80211: Remove NULL check before kfree 2011-03-14 11:57:31 -07:00
comedi staging: comedi: Remove NULL check before kfree 2011-03-14 11:57:31 -07:00
cptm1217
crystalhd Staging: crystalhd: don't waste the last char of buffer 2011-03-14 11:47:59 -07:00
cs5535_gpio
cx25821 staging: cx25821: Remove NULL check before kfree 2011-03-14 11:57:31 -07:00
cxt1e1 staging/trivial: fix typos concerning "consistent" 2011-02-18 13:30:10 -08:00
dabusb
dt3155v4l
easycap staging/easycap: reduce code nesting in easycap_sound.c 2011-03-07 13:52:57 -08:00
echo staging: echo: fix a typo ("overflow") 2011-03-02 16:03:59 -05:00
et131x staging/et131x: fix et131x_rx_dma_disable halt_status usage 2011-02-23 14:39:09 -08:00
frontier
ft1000 staging: ft1000: Fix coding style in ft1000_proc_drvmsg function. 2011-03-14 11:51:21 -07:00
gma500 staging: gma500: fix build errors 2011-03-07 13:28:47 -08:00
go7007 staging: go7007: Remove NULL check before kfree 2011-03-14 11:57:32 -07:00
hv staging/hv: add missing include causing build error 2011-03-09 16:01:30 -08:00
iio staging: IIO: DAC: AD5446: Add support for AD5601/AD5611/AD5621 2011-03-14 11:50:28 -07:00
intel_sst staging/trivial: fix typos concerning "select" 2011-02-18 13:30:12 -08:00
keucr staging: keucr: Remove NULL check before kfree 2011-03-14 11:57:32 -07:00
line6 staging: line6: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
lirc staging: lirc: fix for "lirc_dev: lirc_register_driver: driver pointer must be not NULL!" 2011-03-07 13:23:26 -08:00
memrar
msm staging: msm: Use explicit GPLv2 licenses 2011-02-18 13:21:56 -08:00
octeon
olpc_dcon staging: fix olpc_dcon kconfig and build errors 2011-02-23 14:39:10 -08:00
panel
phison
pohmelfs staging: pohmelfs: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
quatech_usb2 staging/trivial: fix typos concerning "implementation" 2011-02-18 13:30:11 -08:00
quickstart
rt2860 staging: rt2860: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
rt2870
rtl8187se staging: rtl8187se: Remove NULL check before kfree 2011-03-14 11:57:34 -07:00
rtl8192e staging: rtl8192e: Remove NULL check before kfree 2011-03-14 11:57:34 -07:00
rtl8192u
rtl8712 staging: rtl8712: check _malloc return value 2011-03-07 13:46:38 -08:00
rts_pstor staging: rts_pstor: MSXC card power class 2011-03-09 16:01:29 -08:00
samsung-laptop Staging: samsung-laptop: add support for N230 model 2011-03-11 14:32:01 -08:00
sbe-2t3e3
se401
sep staging: sep: remove unused ioctls 2011-03-07 13:42:34 -08:00
serqt_usb2
slicoss
sm7xx
solo6x10
speakup Staging: speakup: fix an out-of-bounds error. 2011-02-23 14:39:09 -08:00
spectra staging: spectra: optimize kmalloc to kzalloc 2011-03-09 15:54:32 -08:00
ste_rmi4
tidspbridge drivers:staging:dspbridge:node.h Remove one to many n's in a word. 2011-02-28 19:00:29 -08:00
tm6000
usbip staging/usbip: convert to kthread 2011-03-02 16:03:59 -05:00
usbvideo
vme staging: vme: remove unreachable code 2011-02-28 13:30:07 -08:00
vt6655 staging: vt6655: device_main.c remove one to many l's in the word. 2011-02-28 18:24:49 -08:00
vt6656 Staging: vt6656: Clean up switching to power saving mode. 2011-03-02 15:52:30 -05:00
westbridge drivers:staging:westbridge:astoria Remove one to many n's in a word. 2011-02-28 19:00:29 -08:00
winbond staging: winbond: needs <linux/delay.h> for msleep and friends 2011-02-28 19:14:22 -08:00
wlags49_h2
wlags49_h25
wlan-ng
xgifb staging: xgifb: clean up register function variable names 2011-03-14 11:52:34 -07:00
zcache staging: Allow sharing xvmalloc for zram and zcache 2011-02-23 14:02:56 -08:00
zram staging: Allow sharing xvmalloc for zram and zcache 2011-02-23 14:02:56 -08:00
Kconfig staging: delete ti-st from staging 2011-02-28 17:53:53 -08:00
Makefile staging: delete ti-st from staging 2011-02-28 17:53:53 -08:00
staging.c