serial: omap: fix missing comma
authorPhilippe Proulx <[email protected]>
Thu, 31 Oct 2013 13:39:58 +0000 (09:39 -0400)
committerGreg 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

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);
        }