aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:28:56 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 11:57:31 -0700
commit46d994b1f5b481c7f0a77edece270cf253db84c9 (patch)
tree1d22fb4369a35e51bb468249b122b212910178eb /tools/perf/scripts/python/bin
parent23c32986870b4abb5b426d3399a4cbd43948e37c (diff)
staging: brcm80211: 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