提交 80d8611d 编写于 作者: P Philippe Proulx 提交者: Greg Kroah-Hartman

serial: omap: fix missing comma

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>,
Signed-off-by: NPhilippe Proulx <philippe.proulx@savoirfairelinux.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d4f9e7b3
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册