]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
s390x/kvm: Remove redundant return code
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 2 Jul 2013 12:45:16 +0000 (14:45 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 30 Jul 2013 14:12:25 +0000 (16:12 +0200)
commitd2ee774616280db778f0b4b97a8ac514602ad52c
tree9b162d757733f5227fa3dc77e6ca9b17158b6d1e
parentc1e8dfb5e860c48adf5026a5a7cf8f35be66c22c
s390x/kvm: Remove redundant return code

Removed the redundant return code statement from handle_instruction() - it
always returned 0 and never reports any errors to its caller, since errors
from the sub-functions are already reported via program exceptions instead.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/kvm.c