diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-08-21 16:29:50 (GMT) |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-08-21 16:32:59 (GMT) |
commit | 9c8f55798a9d716daed4de6d7038a21c3ca6e673 (patch) | |
tree | 5528c16272f0f30a4fc1558b7d543f6c0fb1bd7c /drivers/hid/hid-ezkey.c | |
parent | 012bd2a533cd665c9961c5905f144170b16f61e4 (diff) | |
download | linux-9c8f55798a9d716daed4de6d7038a21c3ca6e673.tar.xz |
Input: sentelic - silence some underflow warnings
I have a static checker that complains when we check for an upper bound
but don't have a corresponding check for a lower bound. With this code,
the upper bound check seems not really required, so it is not a bug to
leave the lower bound check out as well. But let's silence the warning
by making these variables unsigned.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/hid/hid-ezkey.c')
0 files changed, 0 insertions, 0 deletions