From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755277AbdK2ONE (ORCPT ); Wed, 29 Nov 2017 09:13:04 -0500 Received: from mga05.intel.com ([192.55.52.43]:10137 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755217AbdK2ONC (ORCPT ); Wed, 29 Nov 2017 09:13:02 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,473,1505804400"; d="scan'208";a="7222272" Date: Wed, 29 Nov 2017 19:46:35 +0530 From: Vinod Koul To: Christophe JAILLET Cc: dan.j.williams@intel.com, dave.jiang@intel.com, bianpan2016@163.com, arvind.yadav.cs@gmail.com, kjlx@templeofstupid.com, geliangtang@gmail.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] dmaengine: ioat: Fix error handling path Message-ID: <20171129141634.GI32417@localhost> References: <20171117213753.21050-1-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171117213753.21050-1-christophe.jaillet@wanadoo.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 17, 2017 at 10:37:53PM +0100, Christophe JAILLET wrote: > If the last test in 'ioat_dma_self_test()' fails, we must release all > the allocated resources and not just part of them. Applied, thanks -- ~Vinod