summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorShivani Bhardwaj <shivanib134@gmail.com>2015-10-14 22:48:50 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 22:19:04 -0700
commitf3a8fb0729557ac7f9bee7e208a8227abc056e0e (patch)
tree4f456e83a2650313f799b3b2555b3a373b7c2bae /tools/perf/scripts/python
parentafd0fea4e691ff53bff8adb4bc89398010b6f954 (diff)
downloadlinux-f3a8fb0729557ac7f9bee7e208a8227abc056e0e.tar.gz
linux-f3a8fb0729557ac7f9bee7e208a8227abc056e0e.zip
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 <shivanib134@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions