All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: serial: fix typo "ARCH_S5P6450"
@ 2013-03-09 22:16 Paul Bolle
  2013-03-11  1:35 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2013-03-09 22:16 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Kukjin Kim, Ben Dooks, linux-serial, linux-kernel

This could have been either ARCH_S5P64X0 or CPU_S5P6450. Looking at
commit 2555e663b367b8d555e76023f4de3f6338c28d6c ("ARM: S5P64X0: Add UART
serial support for S5P6450") - which added this typo - makes clear this
should be CPU_S5P6450.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Bravely untested.

 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index cf9210d..40ddbe4 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -218,7 +218,7 @@ config SERIAL_SAMSUNG_UARTS_4
 config SERIAL_SAMSUNG_UARTS
 	int
 	depends on PLAT_SAMSUNG
-	default 6 if ARCH_S5P6450
+	default 6 if CPU_S5P6450
 	default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
 	default 3
 	help
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] tty: serial: fix typo "ARCH_S5P6450"
  2013-03-09 22:16 [PATCH] tty: serial: fix typo "ARCH_S5P6450" Paul Bolle
@ 2013-03-11  1:35 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2013-03-11  1:35 UTC (permalink / raw)
  To: 'Paul Bolle', 'Greg Kroah-Hartman', 'Jiri Slaby'
  Cc: 'Ben Dooks', linux-serial, linux-kernel

Paul Bolle wrote:
> 
> This could have been either ARCH_S5P64X0 or CPU_S5P6450. Looking at
> commit 2555e663b367b8d555e76023f4de3f6338c28d6c ("ARM: S5P64X0: Add UART
> serial support for S5P6450") - which added this typo - makes clear this
> should be CPU_S5P6450.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Thanks.

- Kukjin

> ---
> Bravely untested.
> 
>  drivers/tty/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index cf9210d..40ddbe4 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -218,7 +218,7 @@ config SERIAL_SAMSUNG_UARTS_4
>  config SERIAL_SAMSUNG_UARTS
>  	int
>  	depends on PLAT_SAMSUNG
> -	default 6 if ARCH_S5P6450
> +	default 6 if CPU_S5P6450
>  	default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
>  	default 3
>  	help
> --
> 1.7.11.7


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-11  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-09 22:16 [PATCH] tty: serial: fix typo "ARCH_S5P6450" Paul Bolle
2013-03-11  1:35 ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.