linux/drivers/staging/tidspbridge
Ilia Mirkin 9f7ff701ad staging: tidspbridge: 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:36 -07:00
..
core staging: tidspbridge: Remove NULL check before kfree 2011-03-14 11:57:36 -07:00
Documentation staging: ti dspbridge: remove contributor leftovers 2010-07-08 13:31:45 -07:00
dynload staging: tidspbridge: set10 remove hungarian from structs 2011-02-04 20:12:26 -06:00
gen staging: tidspbridge: set9 remove hungarian from structs 2011-02-04 20:12:24 -06:00
hw Revert "staging: tidspbridge - remove hw directory" 2010-11-10 18:34:43 -06:00
include/dspbridge drivers:staging:dspbridge:node.h Remove one to many n's in a word. 2011-02-28 19:00:29 -08:00
pmgr staging: tidspbridge: Remove NULL check before kfree 2011-03-14 11:57:36 -07:00
rmgr staging: tidspbridge: set11 remove hungarian from structs 2011-02-04 20:12:28 -06:00
Kconfig Revert "staging: tidspbridge - update Kconfig to select IOMMU module" 2010-11-10 18:34:42 -06:00
Makefile staging: tidspbridge: remove gb bitmap implementation 2011-02-04 20:11:33 -06:00
TODO staging: tidspbridge: remove custom linked list 2011-02-04 20:11:41 -06:00