Re: [PATCH/RFC 2/9] KVM: s390: cleanup jump lables in kvm_arch_init_vm

2015-03-16 Thread Cornelia Huck
On Mon, 16 Mar 2015 09:51:38 +0100 Christian Borntraeger wrote: > From: Dominik Dingel > > As all cleanup functions can handle their respective NULL case > there is no need to have more than one error jump label. > > Signed-off-by: Dominik Dingel > Signed-off-by: Christian Borntraeger > ---

[PATCH/RFC 2/9] KVM: s390: cleanup jump lables in kvm_arch_init_vm

2015-03-16 Thread Christian Borntraeger
From: Dominik Dingel As all cleanup functions can handle their respective NULL case there is no need to have more than one error jump label. Signed-off-by: Dominik Dingel Signed-off-by: Christian Borntraeger --- arch/s390/kvm/kvm-s390.c | 14 +- 1 file changed, 5 insertions(+), 9