From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH/RFC 2/9] KVM: s390: cleanup jump lables in kvm_arch_init_vm Date: Mon, 16 Mar 2015 13:43:58 +0100 Message-ID: <20150316134358.276b0975.cornelia.huck@de.ibm.com> References: <1426495905-17531-1-git-send-email-borntraeger@de.ibm.com> <1426495905-17531-3-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: KVM , Paolo Bonzini , Marcelo Tosatti , Alexander Graf , Jens Freimann , Dominik Dingel To: Christian Borntraeger Return-path: Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:44168 "EHLO e06smtp12.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753640AbbCPMoD (ORCPT ); Mon, 16 Mar 2015 08:44:03 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Mar 2015 12:44:02 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2DD4D1B08061 for ; Mon, 16 Mar 2015 12:44:23 +0000 (GMT) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2GCi0dp3998010 for ; Mon, 16 Mar 2015 12:44:00 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2GChxAq026784 for ; Mon, 16 Mar 2015 06:44:00 -0600 In-Reply-To: <1426495905-17531-3-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 > --- > arch/s390/kvm/kvm-s390.c | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) Acked-by: Cornelia Huck