linux-stable/drivers/staging/rtl8192u/ieee80211
Ilia Mirkin e72714fb20 staging: rtl8192u: 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:35 -07:00
..
EndianFree.h
Makefile Staging: rtl8192u: remove dead code to disable dot11d 2010-12-01 14:51:16 -08:00
aes.c
api.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
arc4.c
autoload.c
cipher.c staging: rtl8192u: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
compress.c
crypto_compat.h
digest.c
dot11d.c Staging: rtl8192u: remove dead code to disable dot11d 2010-12-01 14:51:16 -08:00
dot11d.h Staging: rtl8192u: remove dead code to disable dot11d 2010-12-01 14:51:16 -08:00
ieee80211.h Staging: rtl8192u: remove dead code to disable dot11d 2010-12-01 14:51:16 -08:00
ieee80211_crypt.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
ieee80211_crypt.h
ieee80211_crypt_ccmp.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
ieee80211_crypt_tkip.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
ieee80211_crypt_wep.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
ieee80211_module.c staging: rtl8192u: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
ieee80211_rx.c staging: rtl8192u: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
ieee80211_softmac.c staging: rtl8192u: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
ieee80211_softmac_wx.c Staging: rtl8192u: remove dead code to disable dot11d 2010-12-01 14:51:16 -08:00
ieee80211_tx.c drivers/staging: Remove unnecessary semicolons 2010-11-16 12:06:47 -08:00
ieee80211_wx.c staging: rtl8192u: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
internal.h
kmap_types.h
michael_mic.c
proc.c
rtl819x_BA.h
rtl819x_BAProc.c
rtl819x_HT.h
rtl819x_HTProc.c
rtl819x_Qos.h staging: rtl8192x: sync the various rtl819x_Qos.h files 2010-05-11 15:08:23 -07:00
rtl819x_TS.h
rtl819x_TSProc.c
rtl_crypto.h
scatterwalk.c
scatterwalk.h