]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: s390: drop obsolete else path
authorMichael Mueller <mimu@linux.ibm.com>
Thu, 31 Jan 2019 08:52:32 +0000 (09:52 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 5 Feb 2019 13:29:21 +0000 (14:29 +0100)
commitb7d455712927cc8042f97fffba5d51052856ddaf
tree454a91feb1acc5eeced6d253b2421c387476ffcf
parent8d43d57036679a8635952c9ef54989a7b48e8c00
KVM: s390: drop obsolete else path

The explicit else path specified in set_intercept_indicators_io
is not required as the function returns in case the first branch
is taken anyway.

Signed-off-by: Michael Mueller <mimu@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Message-Id: <20190131085247.13826-2-mimu@linux.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/kvm/interrupt.c