intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()
commit65569bbf37a68ea957819fc489dab708308e1588
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 6 Jan 2020 18:24:07 +0000 (6 15:24 -0300)
committerCornelia Huck <cohuck@redhat.com>
Mon, 27 Jan 2020 11:13:09 +0000 (27 12:13 +0100)
tree4a3b33224912e6b8472e3caf97783b1d3ba383b7
parente6de76fca48012348d8c81b1399c861f444bd4a4
intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()

'out' label can be replaced by 'return' with the appropriate
value that is set by 'r' right before the jump.

Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20200106182425.20312-42-danielhb413@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/intc/s390_flic_kvm.c