From: Nicholas Krause Date: Thu, 6 Aug 2015 17:05:54 +0000 (-0400) Subject: KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully X-Git-Tag: omap-for-v4.3/fixes-merge-window~47^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152b28392a8d9dd08e789b48b602eb75eef436fa;p=pandora-kernel.git KVM: s390: Fix assumption that kvm_set_irq_routing is always run successfully This fixes the assumption that kvm_set_irq_routing is always run successfully by instead making it equal to the variable r which we use for returning in the function kvm_arch_vm_ioctl instead of making r equal to zero when calling this particular function and incorrectly making the caller of kvm_arch_vm_ioctl think the function has run successfully. Signed-off-by: Nicholas Krause Message-Id: <1438880754-27149-1-git-send-email-xerofoify@gmail.com> Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed