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:
d4f9e7b
)
serial: omap: fix missing comma
author
Philippe Proulx
<
[email protected]
>
Thu, 31 Oct 2013 13:39:58 +0000
(09:39 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 31 Oct 2013 16:03:20 +0000
(09:03 -0700)
Reported-by: Stephen Rothwell <
[email protected]
>,
Signed-off-by: Philippe Proulx <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/tty/serial/omap-serial.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/omap-serial.c
b/drivers/tty/serial/omap-serial.c
index 97c07f68cca0fd05475252631cca1fe71dc61083..fa511ebab67c67efda853be187ca670e20db4679 100644
(file)
--- a/
drivers/tty/serial/omap-serial.c
+++ b/
drivers/tty/serial/omap-serial.c
@@
-1723,7
+1723,7
@@
static int serial_omap_probe(struct platform_device *pdev)
if (!up->port.uartclk) {
up->port.uartclk = DEFAULT_CLK_SPEED;
dev_warn(&pdev->dev,
- "No clock speed specified: using default: %d\n"
+ "No clock speed specified: using default: %d\n"
,
DEFAULT_CLK_SPEED);
}