remarkable-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
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 Staging: rt28x0: remove typedefs (part one) 2009-12-11 12:23:15 -08:00
crypt_md5.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
crypt_sha2.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
dfs.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
eeprom.h Staging: RT2860: Fixed both coding style errors in eeprom.h 2010-08-31 11:53:20 -07:00
Kconfig Staging: rt{2860,2870}sta: Use request_firmware() to load firmware 2010-03-03 16:42:48 -08:00
Makefile Staging: rt2860: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:46 -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 Staging: rt28x0: fix comments in *.h files 2009-12-11 12:23:15 -08:00
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 Staging: rt2860: reduce superfluous exclamation marks 2009-12-11 12:23:19 -08:00
rtmp_ckipmic.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
rtmp_def.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
rtmp_dot11.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
rtmp_iface.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
rtmp_mcu.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
rtmp_os.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
rtmp_timer.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
rtmp_type.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
rtusb_io.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
spectrum.h staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
spectrum_def.h Staging: rt28x0: remove typedefs (part three) 2009-12-11 12:23:16 -08:00
sta_ioctl.c staging: Fix typos in rt2860 2010-11-09 16:43:01 -08:00
TODO Staging: rt2860: remove remainders of /etc reading stuff 2009-12-11 12:23:16 -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