remarkable-linux/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
..
aes.c
api.c
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
dot11d.h
EndianFree.h
ieee80211.h
ieee80211_crypt.c
ieee80211_crypt.h
ieee80211_crypt_ccmp.c
ieee80211_crypt_tkip.c
ieee80211_crypt_wep.c
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
ieee80211_tx.c
ieee80211_wx.c staging: rtl8192u: Remove NULL check before kfree 2011-03-14 11:57:35 -07:00
internal.h
kmap_types.h
Makefile
michael_mic.c
proc.c
rtl819x_BA.h
rtl819x_BAProc.c
rtl819x_HT.h
rtl819x_HTProc.c
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c
rtl_crypto.h
scatterwalk.c
scatterwalk.h