]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/3.8.4/tty-serial-fix-typo-arch_s5p6450.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 3.8.4 / tty-serial-fix-typo-arch_s5p6450.patch
1 From 827aa0d36d486f359808c8fb931cf7a71011a09d Mon Sep 17 00:00:00 2001
2 From: Paul Bolle <pebolle@tiscali.nl>
3 Date: Sat, 9 Mar 2013 23:16:44 +0100
4 Subject: tty: serial: fix typo "ARCH_S5P6450"
5
6 From: Paul Bolle <pebolle@tiscali.nl>
7
8 commit 827aa0d36d486f359808c8fb931cf7a71011a09d upstream.
9
10 This could have been either ARCH_S5P64X0 or CPU_S5P6450. Looking at
11 commit 2555e663b367b8d555e76023f4de3f6338c28d6c ("ARM: S5P64X0: Add UART
12 serial support for S5P6450") - which added this typo - makes clear this
13 should be CPU_S5P6450.
14
15 Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
16 Acked-by: Kukjin Kim <kgene.kim@samsung.com>
17 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19 ---
20 drivers/tty/serial/Kconfig | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 --- a/drivers/tty/serial/Kconfig
24 +++ b/drivers/tty/serial/Kconfig
25 @@ -216,7 +216,7 @@ config SERIAL_SAMSUNG_UARTS_4
26 config SERIAL_SAMSUNG_UARTS
27 int
28 depends on PLAT_SAMSUNG
29 - default 6 if ARCH_S5P6450
30 + default 6 if CPU_S5P6450
31 default 4 if SERIAL_SAMSUNG_UARTS_4 || CPU_S3C2416
32 default 3
33 help