From: Christoffer Dall Date: Tue, 30 Jul 2013 03:46:04 +0000 (-0700) Subject: KVM: ARM: Squash len warning X-Git-Tag: v3.11-rc7~22^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2184a60de26b94bc5a88de3e5a960ef9ff54ba5a;p=pandora-kernel.git KVM: ARM: Squash len warning 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 --- Reading git-diff-tree failed