aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-11-08 13:30:31 +0000
committerGreg Kroah-Hartman <[email protected]>2017-11-27 09:20:40 +0100
commit6b549e20b63421e8655f7fe3612de414ec16ee2a (patch)
treec7434fe130364e02bd4815a0f906a813783134f7 /tools/perf/scripts/python/bin/stackcollapse-record
parent15bfaf777712f62e5d0c99b78e27978dab9a56c1 (diff)
staging: rtlwifi: remove redundant assignments to ul_enc_algo
Variable ul_enc_algo is being initialized with a value that is never read, it is being set again in the following switch statements in all of the case and default paths. Hence the unitialization is redundant and can be removed. Cleans up two clang warnings: Value stored to 'ul_enc_algo' during its initialization is never read Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions