提交 0ead21ad 编写于 作者: D Denys Vlasenko 提交者: Greg Kroah-Hartman

serial: 8250_uniphier: fix more unterminated string

Commit 1681d211 ("serial: 8250_uniphier: add "\n" at the end of
error log") missed this.
Signed-off-by: NDenys Vlasenko <dvlasenk@redhat.com>
[masahiro: add commit log]
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 beadba5e
......@@ -199,7 +199,7 @@ static int uniphier_uart_probe(struct platform_device *pdev)
regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!regs) {
dev_err(dev, "failed to get memory resource");
dev_err(dev, "failed to get memory resource\n");
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册