linux-kernel-test/drivers/staging/winbond
Ilia Mirkin 4d527a7adb staging: winbond: 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:38 -07:00
..
core.h staging: winbond: needs <linux/delay.h> for msleep and friends 2011-02-28 19:14:22 -08:00
Kconfig
localpara.h
mac_structures.h Staging: w35und: Kill unused code in mac_structures.h 2010-12-01 14:45:45 -08:00
Makefile Staging: w35und: Merge mlmetxrx.c to mds.c 2010-12-01 14:45:46 -08:00
mds_f.h Staging: w35und: Kill empty Mds_Destroy function 2010-11-09 16:07:00 -08:00
mds_s.h Staging: w35und: Kill write-only ->TxToggle 2010-12-01 14:45:46 -08:00
mds.c Staging: w35und: Kill wblinux_f.h header 2010-12-01 14:45:47 -08:00
mto.c Staging: w35und: Remove empty sysdef.h header 2010-12-01 14:45:45 -08:00
mto.h
phy_calibration.c Staging: w35und: Remove empty sysdef.h header 2010-12-01 14:45:45 -08:00
phy_calibration.h
reg.c Staging: w35und: Kill _IBSS_BEACON_SEQ_STICK_ 2010-12-01 14:45:46 -08:00
sme_api.h
TODO
wb35reg_f.h
wb35reg_s.h Staging: w35und: Remove unused fields from struct wb_usb 2010-12-01 14:45:47 -08:00
wb35reg.c staging: winbond: Remove NULL check before kfree 2011-03-14 11:57:38 -07:00
wb35rx_f.h
wb35rx_s.h
wb35rx.c Staging: w35und: Kill struct wb_usb 2010-12-01 14:45:47 -08:00
wb35tx_f.h
wb35tx_s.h
wb35tx.c Staging: w35und: Kill struct wb_usb 2010-12-01 14:45:47 -08:00
wbhal.h Staging: w35und: Kill struct wb_usb 2010-12-01 14:45:47 -08:00
wbusb.c Staging: w35und: Kill struct wb_usb 2010-12-01 14:45:47 -08:00