From: Christian Borntraeger Date: Thu, 4 Sep 2014 19:13:32 +0000 (+0200) Subject: KVM: remove redundant assigment of return value in kvm_dev_ioctl X-Git-Tag: fixes-for-v3.18-merge-window~23^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13f533b2f1d53a7c0baa7490498caeab7bc8ba5;p=pandora-kernel.git KVM: remove redundant assigment of return value in kvm_dev_ioctl The first statement of kvm_dev_ioctl is long r = -EINVAL; No need to reassign the same value. Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed