aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:28:57 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 11:57:31 -0700
commite4e1f289be88a75dc8b63d50ade1f9a2e6168021 (patch)
treed028262fea99eefe7f209c7f643942db7b660902 /tools/perf/scripts/python/bin
parent46d994b1f5b481c7f0a77edece270cf253db84c9 (diff)
staging: comedi: 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/bin')
0 files changed, 0 insertions, 0 deletions