提交 1681d211 编写于 作者: M Masahiro Yamada 提交者: Greg Kroah-Hartman

serial: 8250_uniphier: add "\n" at the end of error log

Just in case.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fab794ae
...@@ -209,7 +209,7 @@ static int uniphier_uart_probe(struct platform_device *pdev) ...@@ -209,7 +209,7 @@ static int uniphier_uart_probe(struct platform_device *pdev)
irq = platform_get_irq(pdev, 0); irq = platform_get_irq(pdev, 0);
if (irq < 0) { if (irq < 0) {
dev_err(dev, "failed to get IRQ number"); dev_err(dev, "failed to get IRQ number\n");
return irq; return irq;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册