aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:29:15 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 11:57:37 -0700
commit1d5c536efeb9c109e330209867ae1242d42cdb7b (patch)
treecee0132641f894cedf68dee9452914ce464d7299 /tools/perf/scripts/python
parent6403bb7dc1f6d77a93850935d9277a0d74783cf0 (diff)
staging: vt6656: 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