From: Takuya Yoshikawa Date: Fri, 11 Jan 2013 09:27:43 +0000 (+0900) Subject: KVM: set_memory_region: Remove unnecessary variable memslot X-Git-Tag: v3.9-rc1~97^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a843fac2536d6d81335d7011dd7ec4e438161dd7;p=pandora-kernel.git KVM: set_memory_region: Remove unnecessary variable memslot One such variable, slot, is enough for holding a pointer temporarily. We also remove another local variable named slot, which is limited in a block, since it is confusing to have the same name in this function. Reviewed-by: Marcelo Tosatti Signed-off-by: Takuya Yoshikawa Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed