aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorShivani Bhardwaj <[email protected]>2015-10-14 22:48:50 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 22:19:04 -0700
commitf3a8fb0729557ac7f9bee7e208a8227abc056e0e (patch)
tree4f456e83a2650313f799b3b2555b3a373b7c2bae /tools/perf/scripts/python/export-to-sqlite.py
parentafd0fea4e691ff53bff8adb4bc89398010b6f954 (diff)
Staging: rtl8192u: ieee80211_rx: Remove unnecessary code
The variable frame_authorized is declared and mentioned in the code but is not used anywhere so, it should be removed. Also, two case statements are merged by removing an extra break. Semantic patch used: @@ type T; identifier i; constant C; position p != e.p; @@ - T i@p; <+... when != i - i = C; ...+> Signed-off-by: Shivani Bhardwaj <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions