aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:28:55 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 11:57:30 -0700
commit23c32986870b4abb5b426d3399a4cbd43948e37c (patch)
tree44723ffc362637094177ba1b1139e7fe2f432e6e /tools/perf/scripts/python
parent4dd53810912089380223c8fbddd83dcb642b6166 (diff)
staging: bcm: 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