[PATCH] ARM: S3C24XX: Fix typo "CONFIG_CPUS_3C2443"

Sachin Kamat sachin.kamat at linaro.org
Wed Feb 12 04:47:28 EST 2014


On 12 February 2014 15:11, Paul Bolle <pebolle at tiscali.nl> wrote:
> Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
> ---
> 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 <sachin.kamat at linaro.org>

-- 
With warm regards,
Sachin



More information about the linux-arm-kernel mailing list