From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_RHS_DOB autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4ED70C10F0E for ; Thu, 18 Apr 2019 16:24:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 246202171F for ; Thu, 18 Apr 2019 16:24:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389678AbfDRQYK convert rfc822-to-8bit (ORCPT ); Thu, 18 Apr 2019 12:24:10 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:34709 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725888AbfDRQYK (ORCPT ); Thu, 18 Apr 2019 12:24:10 -0400 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 2C4D460009; Thu, 18 Apr 2019 16:24:06 +0000 (UTC) Date: Thu, 18 Apr 2019 18:24:05 +0200 From: Miquel Raynal To: Anders Roxell Cc: dwmw2@infradead.org, computersforpeace@gmail.com, bbrezillon@kernel.org, marek.vasut@gmail.com, richard@nod.at, linux-mtd@lists.infradead.org, Linux Kernel Mailing List Subject: Re: [PATCH 1/2] mtd: nand: Kconfig: correct the MTD_NAND_ECC_SW_BCH select Message-ID: <20190418182405.67c7fc88@xps13> In-Reply-To: References: <20190410195852.4066-1-anders.roxell@linaro.org> <20190416235322.3b88df99@xps13> Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Anders, Anders Roxell wrote on Thu, 18 Apr 2019 06:39:06 +0200: > On Tue, 16 Apr 2019 at 23:53, Miquel Raynal wrote: > > > > Hi Anders, > > > > Anders Roxell wrote on Wed, 10 Apr 2019 > > 21:58:51 +0200: > > > > > Config fragments should not have the prefix 'CONFIG_'. > > > > > > Rework to remove the prefix 'CONFIG_' from 'CONFIG_MTD_NAND_ECC_SW_BCH'. > > > > > > Fixes: 51ef1d0b2095 ("mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm") > > > Signed-off-by: Anders Roxell > > > --- > > > > Thanks for both patches, do you mind if I squash these with the faulty > > commits which are still in nand/next? > > That is fine by me. > > Cheers, > Anders Thanks, I squashed this one and applied the second one. Thanks, Miquèl