projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beadba5
)
serial: 8250_uniphier: fix more unterminated string
author
Denys Vlasenko
<
[email protected]
>
Mon, 24 Oct 2016 08:00:27 +0000
(17:00 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 27 Oct 2016 14:01:31 +0000
(16:01 +0200)
Commit
1681d2116c96
("serial: 8250_uniphier: add "\n" at the end of
error log") missed this.
Signed-off-by: Denys Vlasenko <
[email protected]
>
[masahiro: add commit log]
Signed-off-by: Masahiro Yamada <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/serial/8250/8250_uniphier.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/8250/8250_uniphier.c
b/drivers/tty/serial/8250/8250_uniphier.c
index b8d9c8c9d02a9762a2be77861554f13e49488a0c..a8babb0cf6597468962f662e197a1c4e79ec9799 100644
(file)
--- a/
drivers/tty/serial/8250/8250_uniphier.c
+++ b/
drivers/tty/serial/8250/8250_uniphier.c
@@
-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;
}