From: John Jacques <john.jacq...@intel.com>

Initialize a variable to avoid a compiler warning.

Signed-off-by: John Jacques <john.jacq...@intel.com>
---
 drivers/tty/serial/amba-pl011.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
index fb8f2b8..108c96e 100644
--- a/drivers/tty/serial/amba-pl011.c
+++ b/drivers/tty/serial/amba-pl011.c
@@ -2189,7 +2189,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;
-       unsigned long flags;
+       unsigned long flags = 0;
        int locked = 1;
 
        clk_enable(uap->clk);
-- 
2.7.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to