linux-stable/drivers/staging/wlan-ng
Ilia Mirkin a6f9c48fdd staging: wlan-ng: 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
..
Kconfig
Makefile Staging: wlan-ng: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:43 -07:00
README
cfg80211.c Staging: Update parameters for cfg80211 key management operation 2010-11-09 16:49:33 -08:00
hfa384x.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
hfa384x_usb.c staging: wlan-ng: Remove NULL check before kfree 2011-03-14 11:57:38 -07:00
p80211conv.c Staging: wlan-ng: fix 2 space coding style issues 2011-01-31 14:12:18 -08:00
p80211conv.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211hdr.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211ioctl.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211meta.h
p80211metadef.h
p80211metastruct.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211mgmt.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211msg.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211netdev.c Staging: Merge 2.6.37-rc2 into staging-next 2010-11-16 10:44:50 -08:00
p80211netdev.h Staging: wlan-ng: fixed coding style issues in p80211netdev.h 2010-11-09 16:37:16 -08:00
p80211req.c Staging: wlan-ng: remove typedef in p80211hdr.h 2010-08-02 18:21:30 -07:00
p80211req.h
p80211types.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211wep.c
prism2fw.c staging: wlan-ng: Remove NULL check before kfree 2011-03-14 11:57:38 -07:00
prism2mgmt.c Staging: wlan-ng: fix coding style issues in prism2mgmt.c 2010-11-09 16:37:17 -08:00
prism2mgmt.h
prism2mib.c
prism2sta.c Staging: wlan-ng: remove typedef in p80211hdr.h 2010-08-02 18:21:30 -07:00
prism2usb.c

README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.