aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEytan Lifshitz <[email protected]>2014-07-21 15:18:41 +0300
committerJohannes Berg <[email protected]>2014-07-21 16:04:27 +0200
commit60e83deb4c1e7e8b6ab78e7331288bf4211bdeb6 (patch)
tree2ee5bbc0a22f447b2ca3983723d6f1f089ac262c /tools/perf/scripts/python
parentaeb136c5b433377324f030b1a50b96eb7a99193b (diff)
mac80211: remove useless NULL checks
sdata can't be NULL, and key being NULL is really not possible unless the code is modified. The sdata check made a static analyze (klocwork) unhappy because we would get pointer to local (sdata->local) and only then check if sdata is non-NULL. Signed-off-by: Eytan Lifshitz <[email protected]> Signed-off-by: Emmanuel Grumbach <[email protected]> [remove !key check as well] Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions