aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:29:11 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 11:57:36 -0700
commit9f7ff701ad7b7bdcab949aa0527fe7efb3882afa (patch)
tree81e1012bc8e90f3ce172fe89ae86ee41d676ae36 /tools/perf/scripts/python
parent39dd3e5d7b09b5a5010ed1aef512f2d58b65cb99 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions