From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Paul Bolle' <pebolle@tiscali.nl>,
'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>,
'Jiri Slaby' <jslaby@suse.cz>
Cc: 'Ben Dooks' <ben-linux@fluff.org>,
linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: RE: [PATCH] tty: serial: fix typo "ARCH_S5P6450"
Date: Mon, 11 Mar 2013 10:35:43 +0900 [thread overview]
Message-ID: <04f801ce1df8$bf644ec0$3e2cec40$%kim@samsung.com> (raw)
In-Reply-To: <1362867404.3137.44.camel@x61.thuisdomein>
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
prev parent reply other threads:[~2013-03-11 1:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-09 22:16 [PATCH] tty: serial: fix typo "ARCH_S5P6450" Paul Bolle
2013-03-11 1:35 ` Kukjin Kim [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='04f801ce1df8$bf644ec0$3e2cec40$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=ben-linux@fluff.org \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=pebolle@tiscali.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).