KVM: ARM: Squash len warning
authorChristoffer Dall <christoffer.dall@linaro.org>
Tue, 30 Jul 2013 03:46:04 +0000 (20:46 -0700)
committerChristoffer 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