Skip to content

Commit

Permalink
serial: omap: fix missing comma
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philippe Proulx authored and Greg Kroah-Hartman committed Oct 31, 2013
1 parent d4f9e7b commit 80d8611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 80d8611

Please sign in to comment.