diff options
author | 2017-07-19 16:07:19 +0300 | |
---|---|---|
committer | 2017-07-25 09:56:37 -0700 | |
commit | 890f658c101df5842ce8aaec1b0833cf1ba37eb3 (patch) | |
tree | bc3743e6e2e423ff29be4a137d8347768412ccbb /drivers/platform/x86/ibm_rtl.c | |
parent | platform/x86: wmi: Fix error handling in acpi_wmi_init() (diff) | |
download | wireguard-linux-890f658c101df5842ce8aaec1b0833cf1ba37eb3.tar.xz wireguard-linux-890f658c101df5842ce8aaec1b0833cf1ba37eb3.zip |
platform/x86: peaq-wmi: silence a static checker warning
There is a harmless static checker warning here that unsigned values are
always >= 0. The code looks like:
if (peaq_ignore_events_counter && --peaq_ignore_events_counter >= 0)
The first part of the condition ensures that we never wrap around so the
code works as intended. I've tweaked it slightly to avoid the warning.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/ibm_rtl.c')
0 files changed, 0 insertions, 0 deletions