From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fL7yS-0005LE-Vv for linux-mtd@lists.infradead.org; Tue, 22 May 2018 14:09:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 22 May 2018 19:39:00 +0530 From: Abhishek Sahu To: Miquel Raynal Cc: Boris Brezillon , David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Andy Gross , Archit Taneja , Masahiro Yamada Subject: Re: [PATCH v2 02/14] mtd: rawnand: denali: use helper function for ecc setup In-Reply-To: <20180521163014.355318d6@xps13> References: <1525350041-22995-1-git-send-email-absahu@codeaurora.org> <1525350041-22995-3-git-send-email-absahu@codeaurora.org> <20180521163014.355318d6@xps13> Message-ID: <952e3cf1756dc5b5aa8b85b142eb7750@codeaurora.org> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 2018-05-21 20:00, Miquel Raynal wrote: > Hi Abhishek, > > On Thu, 3 May 2018 17:50:29 +0530, Abhishek Sahu > wrote: > >> Now, the NAND base layer has helper function for ecc >> parameters setup which does the same thing. > > Even if this message has a meaning in the series, I would prefer > something more generic like: > > "Use the NAND core helper function xxx() to tune the ECC parameters > instead of the function locally defined." > Sure Miquel. I will change the commit message. Thanks, Abhishek > With this change: > > Acked-by: Miquel Raynal > > Thanks, > Miquèl