linux/drivers/staging/rtl8187se
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
..
ieee80211 staging: rtl8187se: Remove NULL check before kfree 2011-03-14 11:57:34 -07:00
Kconfig Staging: rtl81xx: Fix build problems when CONFIG_CRYPTO=n 2010-06-18 16:41:50 -07:00
Makefile Staging: rtl8187se: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:45 -07:00
TODO staging: r8187se: Change to use common eeprom routines in EEPROM_93CX 2010-03-03 16:42:57 -08:00
r8180.h Staging: r8187se: Remove two private variables that have a fixed value 2010-03-03 16:42:59 -08:00
r8180_93cx6.h staging: r8187se: Change to use common eeprom routines in EEPROM_93CX 2010-03-03 16:42:57 -08:00
r8180_core.c staging: rtl8187se: call disable_pci_device() if pci_probe() failed 2010-08-31 14:48:07 -07:00
r8180_dm.c Staging: r8187se: Remove two private variables that have a fixed value 2010-03-03 16:42:59 -08:00
r8180_dm.h Staging: rtl8187se: r8180.h: fixed alot of checkpatch.pl issues 2010-09-21 10:49:31 -07:00
r8180_hw.h Staging: rtl8187se: r8180_hw: fixed a lot of checkpatch.pl issues 2010-09-21 10:49:31 -07:00
r8180_rtl8225.h Staging: rtl8187se: r8180_rtl8225: fixed a lot of checkpatch.pl issues 2010-09-21 10:49:32 -07:00
r8180_rtl8225z2.c Staging: rtl8187se: fixed checkpatch.pl warnings and errors in r8180_rtl8225z2.c 2010-05-11 11:35:54 -07:00
r8180_wx.c Staging: rtl8187se: r8180_wx: fixed a lot of checkptahc.pl issues 2010-09-21 10:49:32 -07:00
r8180_wx.h Staging: rtl8187se: remove duplicate dot11d.h and ieee80211.h includes 2009-09-15 12:01:27 -07:00
r8185b_init.c staging: rtl8187se: Change panic to warn when RF switch turned off 2010-11-16 12:25:53 -08:00