Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933631AbdGKUeQ (ORCPT ); Tue, 11 Jul 2017 16:34:16 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:41622 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932365AbdGKUeM (ORCPT ); Tue, 11 Jul 2017 16:34:12 -0400 Date: Tue, 11 Jul 2017 13:34:11 -0700 (PDT) Message-Id: <20170711.133411.864910706448052867.davem@davemloft.net> To: christophe.jaillet@wanadoo.fr Cc: peppe.cavallaro@st.com, alexandre.torgue@st.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 0/3] net: stmmac: Fixes and cleanups in 'alloc_dma_[rt]x_desc_resources()' From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 11 Jul 2017 13:34:12 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 411 Lines: 12 From: Christophe JAILLET Date: Sat, 8 Jul 2017 09:46:12 +0200 > These patchs are all related to 'alloc_dma_[rt]x_desc_resources()' functions. > > The 2 first fix an error path where some resources are leaking. I've > separated them into 2 patches because the issues have been introduced by > 2 deferent commits. > > The 3rd patch is just a clean-up. Series applied, thanks.