git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979acd5
)
KVM: ARM: Squash len warning
author
Christoffer Dall
<christoffer.dall@linaro.org>
Tue, 30 Jul 2013 03:46:04 +0000
(20:46 -0700)
committer
Christoffer Dall
<christoffer.dall@linaro.org>
Mon, 12 Aug 2013 04:03:39 +0000
(21:03 -0700)
The 'len' variable was declared an unsigned and then checked for less
than 0, which results in warnings on some compilers. Since len is
assigned an int, make it an int.
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
No differences found