From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: [PATCH 1/1] mtd: ofpart Kconfig fix typo Date: Sat, 3 Mar 2012 07:47:25 +0100 Message-ID: <1330757245-8691-1-git-send-email-plagnioj@jcrosoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Dmitry Eremin-Solenikov , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org it's "default y" not "default Y" The typo was introduced in 3.1 by Dmitry Eremin-Solenikov since commit d6137badeff1ef64b4e0092ec249ebdeaeb3ff37 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Dmitry Eremin-Solenikov Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org --- drivers/mtd/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 1be6218..5e78236 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -128,7 +128,7 @@ config MTD_AFS_PARTS config MTD_OF_PARTS tristate "OpenFirmware partitioning information support" - default Y + default y depends on OF help This provides a partition parsing function which derives -- 1.7.7