Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751993AbaBLJrc (ORCPT ); Wed, 12 Feb 2014 04:47:32 -0500 Received: from mail-la0-f46.google.com ([209.85.215.46]:45485 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751129AbaBLJr3 (ORCPT ); Wed, 12 Feb 2014 04:47:29 -0500 MIME-Version: 1.0 In-Reply-To: <1392198068.23759.7.camel@x220> References: <1392198068.23759.7.camel@x220> Date: Wed, 12 Feb 2014 15:17:28 +0530 Message-ID: Subject: Re: [PATCH] ARM: S3C24XX: Fix typo "CONFIG_CPUS_3C2443" From: Sachin Kamat To: Paul Bolle Cc: Ben Dooks , Kukjin Kim , Russell King , Richard Weinberger , linux-arm-kernel , linux-samsung-soc , LKML Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12 February 2014 15:11, Paul Bolle wrote: > Signed-off-by: Paul Bolle > --- > Untested. This needs testing by people with access to knowledge, > compilers, and/or hardware related to CPU_S3C2443. I'm not one of them. > > arch/arm/mach-s3c24xx/common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-s3c24xx/common.c b/arch/arm/mach-s3c24xx/common.c > index 4adaa4b..1d77d70 100644 > --- a/arch/arm/mach-s3c24xx/common.c > +++ b/arch/arm/mach-s3c24xx/common.c > @@ -484,7 +484,7 @@ struct platform_device s3c2440_device_dma = { > }; > #endif > > -#if defined(CONFIG_CPUS_3C2443) || defined(CONFIG_CPU_S3C2416) > +#if defined(CONFIG_CPU_S3C2443) || defined(CONFIG_CPU_S3C2416) This is definitely a typo and the current fix looks good. Reviewed-by: Sachin Kamat -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/