From: Christoffer Dall Date: Fri, 9 Aug 2013 03:35:07 +0000 (-0700) Subject: ARM: KVM: Fix kvm_set_pte assignment X-Git-Tag: v3.12-rc1~143^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0963e5d0f22f9d197dbf206d8b5b2a150722cf5e;p=pandora-kernel.git ARM: KVM: Fix kvm_set_pte assignment THe kvm_set_pte function was actually assigning the entire struct to the structure member, which should work because the structure only has that one member, but it is still not very nice. Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed