diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-10-15 18:02:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-10-16 09:25:18 +0200 |
commit | e6fc454b7794fc45c27364c7896b8f03094635ee (patch) | |
tree | 7ac3d9d57f652755b48aada6bfe2f8e864a3e27e /tools/perf/builtin-trace.c | |
parent | Linux 4.14-rc5 (diff) | |
download | linux-e6fc454b7794fc45c27364c7896b8f03094635ee.tar.xz linux-e6fc454b7794fc45c27364c7896b8f03094635ee.zip |
x86/cpu/intel_cacheinfo: Remove redundant assignment to 'this_leaf'
The 'this_leaf' variable is assigned a value that is never
read and it is updated a little later with a newer value,
hence we can remove the redundant assignment.
Cleans up the following Clang warning:
Value stored to 'this_leaf' is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20171015160203.12332-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/builtin-trace.c')
0 files changed, 0 insertions, 0 deletions