linux/drivers/staging/ath6kl
Ilia Mirkin 4dd5381091 staging: ath6kl: 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>
Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-14 11:57:30 -07:00
..
bmi staging: ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTION 2011-03-11 14:31:52 -08:00
hif staging: ath6kl: Remove NULL check before kfree 2011-03-14 11:57:30 -07:00
htc2 staging: ath6kl: remove-typedef DEV_SCATTER_DMA_VIRTUAL_INFO 2011-03-11 14:31:53 -08:00
include staging: ath6kl: remove-typedef COMMON_CREDIT_STATE_INFO 2011-03-11 14:31:53 -08:00
miscdrv staging: ath6kl: remove-typedef COMMON_CREDIT_STATE_INFO 2011-03-11 14:31:53 -08:00
os/linux staging: ath6kl: Remove NULL check before kfree 2011-03-14 11:57:30 -07:00
reorder staging: ath6kl: remove-typedef AGGR_INFO 2011-03-11 14:31:48 -08:00
wlan staging: ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTION 2011-03-11 14:31:52 -08:00
wmi staging: ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTION 2011-03-11 14:31:52 -08:00
Kconfig Staging: ath6kl: ATH6KL_CFG80211 depends on CFG80211 2010-11-09 13:33:04 -08:00
Makefile
TODO staging: ath6kl: update TODO file / maintainers 2011-02-23 13:59:56 -08:00