aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-01-31 23:07:06 +0100
committerJohannes Berg <johannes.berg@intel.com>2018-02-19 13:16:37 +0100
commit7a9b3ec1e19f691f6e69429d851a4084b86e6219 (patch)
tree87ab9bd5579839647cc758cfc4118ba32513a82f /tools/perf/scripts/python/export-to-sqlite.py
parentmac80211: Add support to notify ht/vht opmode modification. (diff)
downloadlinux-dev-7a9b3ec1e19f691f6e69429d851a4084b86e6219.tar.xz
linux-dev-7a9b3ec1e19f691f6e69429d851a4084b86e6219.zip
nl80211: remove unnecessary genlmsg_cancel() calls
If we free the message immediately, there's no reason to trim it back to the previous size. Done with spatch: @@ identifier msg, hdr; @@ -if (hdr) - genlmsg_cancel(msg, hdr); ... when != msg; nlmsg_free(msg); @@ identifier msg, hdr; @@ -genlmsg_cancel(msg, hdr); ... when != msg; nlmsg_free(msg); Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions