serial: omap: fix missing comma
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>, Signed-off-by: Philippe Proulx <philippe.proulx@savoirfairelinux.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d4f9e7b3d1
commit
80d8611dd0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue