diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2018-07-12 16:10:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-12 16:23:19 +0200 |
commit | 44c98df01851c0d5941b06c60d1bd092bac088c3 (patch) | |
tree | ddbb979d97041e9b8505bc2b883e0d280a5de85d /security | |
parent | mei: check for error returned from mei_hbuf_empty_slots() (diff) | |
download | linux-44c98df01851c0d5941b06c60d1bd092bac088c3.tar.xz linux-44c98df01851c0d5941b06c60d1bd092bac088c3.zip |
mei: use correct type for counter variable in for loops
In for loops use same type for counter variable
as has the limiting variable.
drivers/misc/mei/bus-fixup.c:489:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
drivers/misc/mei/hw-txe.c:725:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
drivers/misc/mei/hw-txe.c:744:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions