diff options
author | 2017-08-08 10:28:59 +0100 | |
---|---|---|
committer | 2017-08-16 16:20:55 +0200 | |
commit | 5707b46a4206be2068444eb6b514a1ee070651c8 (patch) | |
tree | c1e32ce7f4b988552d83635d939e53f8cc739ff4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/intel_rdt/cqm: Improve limbo list processing (diff) | |
download | wireguard-linux-5707b46a4206be2068444eb6b514a1ee070651c8.tar.xz wireguard-linux-5707b46a4206be2068444eb6b514a1ee070651c8.zip |
x86/intel_rdt: Remove redundant ternary operator on return
The use of the ternary operator is redundant as ret can never be
non-zero at that point. Instead, just return nbytes.
Detected by CoverityScan, CID#1452658 ("Logically dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Vikas Shivappa <vikas.shivappa@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20170808092859.13021-1-colin.king@canonical.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions