dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/vt6655
Ilia Mirkin 6403bb7dc1 staging: vt6655: 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:37 -07:00
..
80211hdr.h
80211mgr.c
80211mgr.h
IEEE11h.c
IEEE11h.h
Kconfig
Makefile Staging: vt6655: Makefile: cleaned up Makefile cflag lines 2010-10-05 11:56:38 -07:00
TODO
aes_ccmp.c
aes_ccmp.h
baseband.c
baseband.h
bssdb.c
bssdb.h
card.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
card.h
channel.c
channel.h
country.h
datarate.c
datarate.h
desc.h
device.h
device_cfg.h
device_main.c staging: vt6655: Remove NULL check before kfree 2011-03-14 11:57:37 -07:00
dpc.c
dpc.h
hostap.c staging: vt6655: Remove NULL check before kfree 2011-03-14 11:57:37 -07:00
hostap.h
iocmd.h
ioctl.c
ioctl.h
iowpa.h
iwctl.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
iwctl.h
key.c
key.h
mac.c
mac.h
mib.c
mib.h
michael.c
michael.h
power.c
power.h
rc4.c
rc4.h
rf.c
rf.h
rxtx.c
rxtx.h
srom.c
srom.h
tcrc.c
tcrc.h
test
tether.c
tether.h
tkip.c
tkip.h
tmacro.h
ttype.h
upc.h
vntconfiguration.dat
vntwifi.c
vntwifi.h
wcmd.c
wcmd.h
wctl.c
wctl.h
wmgr.c
wmgr.h
wpa.c
wpa.h
wpa2.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
wpa2.h
wpactl.c staging: vt6655: Remove NULL check before kfree 2011-03-14 11:57:37 -07:00
wpactl.h
wroute.c
wroute.h