From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbNtk-0003qA-Me for qemu-devel@nongnu.org; Mon, 14 Sep 2015 03:09:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbNtg-0005p1-Lk for qemu-devel@nongnu.org; Mon, 14 Sep 2015 03:09:56 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:50317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbNtg-0005o2-Ck for qemu-devel@nongnu.org; Mon, 14 Sep 2015 03:09:52 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 Sep 2015 08:09:49 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 3DF20219005C for ; Mon, 14 Sep 2015 08:09:19 +0100 (BST) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t8E79lRp34865202 for ; Mon, 14 Sep 2015 07:09:47 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t8E79lmu025388 for ; Mon, 14 Sep 2015 01:09:47 -0600 Date: Mon, 14 Sep 2015 09:09:44 +0200 From: Cornelia Huck Message-ID: <20150914090944.0eee5e23.cornelia.huck@de.ibm.com> In-Reply-To: <7d0523c8a62a3677ea2e3e125cea9233a97650a7.1441667360.git.crosthwaite.peter@gmail.com> References: <7d0523c8a62a3677ea2e3e125cea9233a97650a7.1441667360.git.crosthwaite.peter@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v1 02/25] s390x: virtio-ccw: Remove un-needed if guard List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, armbru@redhat.com On Thu, 10 Sep 2015 22:33:12 -0700 Peter Crosthwaite wrote: > error_propagate is already NULL safe. Remove these un-needed if > guards. > > Cc: Richard Henderson > Cc: Alexander Graf > Signed-off-by: Peter Crosthwaite > --- > > hw/s390x/virtio-ccw.c | 28 +++++++--------------------- > 1 file changed, 7 insertions(+), 21 deletions(-) Shorter code is good :) Reviewed-by: Cornelia Huck