aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:29:06 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 11:57:34 -0700
commit7e901dcd73d73230ad0e66e35fb6f1da244e41f7 (patch)
tree426afa9c7fcd5d3a18cab26ae1c7fd4001dad855 /tools/perf/scripts/python
parent76be349c0045073bbed4f669f87e36b1d8fda256 (diff)
staging: rtl8192e: 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