diff options
Diffstat (limited to 'debian/patches-rt/0166-tty-serial-pl011-explicitly-initialize-the-flags-var.patch')
-rw-r--r-- | debian/patches-rt/0166-tty-serial-pl011-explicitly-initialize-the-flags-var.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/patches-rt/0166-tty-serial-pl011-explicitly-initialize-the-flags-var.patch b/debian/patches-rt/0166-tty-serial-pl011-explicitly-initialize-the-flags-var.patch index abf490978..963fe9faf 100644 --- a/debian/patches-rt/0166-tty-serial-pl011-explicitly-initialize-the-flags-var.patch +++ b/debian/patches-rt/0166-tty-serial-pl011-explicitly-initialize-the-flags-var.patch @@ -1,12 +1,11 @@ -From 59b39d4106f01f2ad2f1e7999490b5afc54f8b49 Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach <kurt@linutronix.de> Date: Mon, 24 Sep 2018 10:29:01 +0200 -Subject: [PATCH 166/347] tty: serial: pl011: explicitly initialize the flags +Subject: [PATCH 166/342] tty: serial: pl011: explicitly initialize the flags variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=2a2684c06eb6b87c6cd8a915f01cd285ae4acec1 Silence the following gcc warning: @@ -28,10 +27,10 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c -index 7d4aee4c5091..9666a20f23ec 100644 +index c93f742f1d9d..925c3556ffb9 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c -@@ -2191,7 +2191,7 @@ pl011_console_write(struct console *co, const char *s, unsigned int count) +@@ -2210,7 +2210,7 @@ pl011_console_write(struct console *co, const char *s, unsigned int count) { struct uart_amba_port *uap = amba_ports[co->index]; unsigned int old_cr = 0, new_cr; @@ -40,6 +39,3 @@ index 7d4aee4c5091..9666a20f23ec 100644 int locked = 1; clk_enable(uap->clk); --- -2.36.1 - |