From: Masahiro Yamada Date: Thu, 21 Apr 2016 06:13:19 +0000 (+0900) Subject: serial: 8250_uniphier: add "\n" at the end of error log X-Git-Tag: v4.7-rc1~94^2~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1681d2116c96;p=karo-tx-linux.git serial: 8250_uniphier: add "\n" at the end of error log Just in case. Signed-off-by: Masahiro Yamada Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_uniphier.c b/drivers/tty/serial/8250/8250_uniphier.c index 1b7bd26555b7..efd1f9c047b1 100644 --- a/drivers/tty/serial/8250/8250_uniphier.c +++ b/drivers/tty/serial/8250/8250_uniphier.c @@ -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; }