diff options
author | Xiongfeng Wang <[email protected]> | 2020-04-29 16:59:40 +0800 |
---|---|---|
committer | Andy Shevchenko <[email protected]> | 2020-05-05 20:26:16 +0300 |
commit | b991178fe3cb8ab326167da0f74e7f20bbe269cf (patch) | |
tree | 70a11f48437760573214bce0dfa8c1e95a4fa652 /tools/perf/scripts/python/intel-pt-events.py | |
parent | 14232c6e788cb1f7b96dbd08b077f90923324b24 (diff) |
platform/x86: thinkpad_acpi: Remove always false 'value < 0' statement
Since 'value' is declared as unsigned long, the following statement is
always false.
value < 0
So let's remove it.
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Xiongfeng Wang <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions