aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-07-13 10:51:51 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-13 15:41:56 +0200
commit260560322616472e3e26ece9e9bd044b19031c6c (patch)
tree38feec76d76e1c07bc7f71eb9f1fe2136d138bf0 /tools/perf/scripts/python
parentusb-misc: sisusbvga: remove redundant variable modey (diff)
downloadlinux-260560322616472e3e26ece9e9bd044b19031c6c.tar.gz
linux-260560322616472e3e26ece9e9bd044b19031c6c.zip
usb: isp1760: remove redundant variable 'selector'
Variable 'selector' is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'selector' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
-11/+50 2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov3-35/+42 2021-02-11bpf: Run sleepable programs with migration disabledAlexei Starovoitov1-0/+2 2021-02-11bpf: Optimize program statsAlexei Starovoitov6-18/+18 2021-02-10bpf_lru_list: Read double-checked variable once without lockMarco Elver1-3/+4 2021-02-10selftests/bpf: Simplify the calculation of variablesJiapeng Chong1-3/+3 2021-02-10selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich3-3/+3 2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei2-0/+86 2021-02-10selftest/bpf: Verifier tests for var-off accessAndrei Matei1-2/+97 2021-02-10selftest/bpf: Adjust expected verifier errorsAndrei Matei9-37/+41 2021-02-10bpf: Allow variable-offset stack accessAndrei Matei3-147/+518 2021-02-08kbuild: Add resolve_btfids clean to root clean targetJiri Olsa1-1/+6 2021-02-08tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa1-5/+2 2021-02-08tools/resolve_btfids: Check objects before removingJiri Olsa1-5/+12 2021-02-08tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa2-17/+11 2021-02-08bpf: Simplify bool comparisonJiapeng Chong1-1/+1 2021-02-08selftests/bpf: Add missing cleanup in atomic_bounds testBrendan Jackman1-0/+2 2021-02-08selftests/bpf: Remove unneeded semicolonYang Li1-1/+1 2021-02-08bpf/benchs/bench_ringbufs: Remove unneeded semicolonYang Li1-1/+1 2021-02-04bpf: Refactor BPF_PSEUDO_CALL checking as a helper functionYonghong Song1-16/+13 2021-02-04bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh2-13/+43 2021-02-04bpf: Allow usage of BPF ringbuffer in sleepable programsKP Singh1-1/+3 2021-02-04bpf/selftests: Add a short note about vmtest.sh in README.rstKP Singh1-0/+24