serial: 8250_uniphier: add "\n" at the end of error log
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 21 Apr 2016 06:13:19 +0000 (15:13 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 16:26:55 +0000 (09:26 -0700)
Just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_uniphier.c

index 1b7bd26555b7144248aff910afc484222e35ad5d..efd1f9c047b1c0ce0e75d200b07bab8f9a4424a0 100644 (file)
@@ -209,7 +209,7 @@ static int uniphier_uart_probe(struct platform_device *pdev)
 
        irq = platform_get_irq(pdev, 0);
        if (irq < 0) {
-               dev_err(dev, "failed to get IRQ number");
+               dev_err(dev, "failed to get IRQ number\n");
                return irq;
        }
 
This page took 0.028837 seconds and 5 git commands to generate.