From: Paolo Bonzini Date: Tue, 1 Apr 2014 11:23:24 +0000 (+0200) Subject: KVM: emulate: simplify writeback X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f87dfbc777f89148c3c66438741139845d3ac6;p=pandora-kernel.git KVM: emulate: simplify writeback The "if/return" checks are useless, because we return X86EMUL_CONTINUE anyway if we do not return. Reviewed-by: Marcelo Tosatti Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed