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 Staging: rt2860: Sanitize DBGPRINT_ERR macro 2010-12-16 12:17:29 -08:00
chips Staging: rt2860: fix previous patch error 2010-12-09 16:15:41 -08:00
common staging: rt2860: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
iface Staging: RT2860: Fixed all warnings and errors in the iface directory 2010-08-31 15:05:13 -07:00
sta Staging: rt2860: Sanitize DBGPRINT_ERR macro 2010-12-16 12:17:29 -08:00
Kconfig
Makefile Staging: rt2860: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:46 -07:00
TODO
ap.h Staging: RT2860: Fixed all warnings and errors in the iface directory 2010-08-31 15:05:13 -07:00
chlist.h Staging: RT2860: Cleaned all bar one in chlist.h 2010-07-22 14:33:00 -07:00
crypt_hmac.h
crypt_md5.h
crypt_sha2.h
dfs.h
eeprom.h Staging: RT2860: Fixed both coding style errors in eeprom.h 2010-08-31 11:53:20 -07:00
mlme.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
oid.h Staging: rt2860: Clean spaces before tabs 2010-12-13 10:28:41 -08:00
pci_main_dev.c Staging: rt2860: include KERN_* in printk 2010-12-16 12:17:28 -08:00
rt_config.h
rt_linux.c staging: rt2860: Remove NULL check before kfree 2011-03-14 11:57:33 -07:00
rt_linux.h Staging: rt2860: rt_linux.h: Fix space after unary '*' operator. 2011-01-25 18:03:26 +08:00
rt_main_dev.c staging: rt2860: Fix incorrect netif_stop_queue usage warning 2011-01-20 12:06:06 -08:00
rt_pci_rbus.c staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
rt_usb.c Staging: rt2860: include KERN_* in printk 2010-12-16 12:17:28 -08:00
rtmp.h drivers:staging:rt2860 Remove one to many n's in a word. 2011-02-28 19:00:30 -08:00
rtmp_chip.h
rtmp_ckipmic.h
rtmp_def.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
rtmp_dot11.h
rtmp_iface.h
rtmp_mcu.h
rtmp_os.h
rtmp_timer.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
rtmp_type.h
rtusb_io.h
spectrum.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
spectrum_def.h
sta_ioctl.c staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
usb_main_dev.c staging: rt2870sta: Add ID for Linksys WUSB100v2 2011-01-20 12:01:23 -08:00
wpa.h Staging: rt2860: wpa.h: Fix space after unary '*' operator. 2011-01-25 18:03:25 +08:00