]> Pileus Git - ~andy/linux/commitdiff
serial: omap: fix missing comma
authorPhilippe Proulx <philippe.proulx@savoirfairelinux.com>
Thu, 31 Oct 2013 13:39:58 +0000 (09:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Oct 2013 16:03:20 +0000 (09:03 -0700)
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>
drivers/tty/serial/omap-serial.c

index 97c07f68cca0fd05475252631cca1fe71dc61083..fa511ebab67c67efda853be187ca670e20db4679 100644 (file)
@@ -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);
        }