linux/drivers/staging/rtl8187se/ieee80211
Ilia Mirkin 76be349c00 staging: rtl8187se: 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
..
dot11d.c Staging: rtl8187se: remove dead code 2009-09-15 12:01:30 -07:00
dot11d.h Staging: rtl8187se/ieee80211: remove unused dump_chnl_map() 2009-09-15 12:01:28 -07:00
ieee80211.h Staging: rtl8186se: Remove a duplicate include directive in ieee80211.h 2010-09-04 21:28:18 -07:00
ieee80211_crypt.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
ieee80211_crypt.h Staging: add rtl8187se driver 2009-01-06 13:52:31 -08:00
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: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
ieee80211_rx.c Staging: rtl8187se: Do not autoconnect based on probe response 2010-05-11 11:35:54 -07:00
ieee80211_softmac.c staging: rtl8187se: Remove NULL check before kfree 2011-03-14 11:57:34 -07:00
ieee80211_softmac_wx.c Staging: rtl8187se: Do not mess with carrier settings while scanning 2010-05-11 11:35:54 -07:00
ieee80211_tx.c Staging: rtl8187x: Use %pM for mac address output 2010-03-03 16:42:29 -08:00
ieee80211_wx.c staging: rtl8187se: Remove NULL check before kfree 2011-03-14 11:57:34 -07:00