commit | f8a31eca47bec197f5ec5dc40ad675450c2058a5 | [log] [tgz] |
---|---|---|
author | Xiongfeng Wang <wangxiongfeng2@huawei.com> | Wed Apr 29 16:59:40 2020 +0800 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue May 05 15:33:24 2020 +0300 |
tree | d0c364fd6c09ebf12037892cbc1297afe18d680a | |
parent | 01f259f3720c3965443109d82a0f12611ea8bb58 [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 <hulkci@huawei.com> Signed-off-by: Xiongfeng Wang <wangxiongfeng2@huawei.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>