linux/drivers/staging/rt2860
Ilia Mirkin aea9d72f97 staging: rt2860: 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:33 -07:00
..
chip
chips
common staging: rt2860: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
iface
sta
Kconfig
Makefile
TODO
ap.h
chlist.h
crypt_hmac.h
crypt_md5.h
crypt_sha2.h
dfs.h
eeprom.h
mlme.h
oid.h
pci_main_dev.c
rt_config.h
rt_linux.c staging: rt2860: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
rt_linux.h
rt_main_dev.c
rt_pci_rbus.c
rt_usb.c
rtmp.h
rtmp_chip.h
rtmp_ckipmic.h
rtmp_def.h
rtmp_dot11.h
rtmp_iface.h
rtmp_mcu.h
rtmp_os.h
rtmp_timer.h
rtmp_type.h
rtusb_io.h
spectrum.h
spectrum_def.h
sta_ioctl.c
usb_main_dev.c
wpa.h