From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLkww-00033s-Ie for qemu-devel@nongnu.org; Thu, 24 May 2018 03:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLkww-0002kg-0S for qemu-devel@nongnu.org; Thu, 24 May 2018 03:46:14 -0400 Date: Thu, 24 May 2018 15:46:06 +0800 From: Fam Zheng Message-ID: <20180524074606.GA12594@lemon.usersys.redhat.com> References: <20180521085834.15632-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180521085834.15632-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] nvme: Make nvme_init error handling code more readable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, qemu-block@nongnu.org, Kevin Wolf , Max Reitz , pbonzini@redhat.com On Mon, 05/21 16:58, Fam Zheng wrote: > Coverity doesn't like the tests under fail label (report CID 1385847). > Reset the fields so the clean up order is more apparent. > > Signed-off-by: Fam Zheng Queued, thanks. Fam