tty: serial: add missing braces
authorFelipe Balbi <balbi@ti.com>
Wed, 23 Apr 2014 14:58:29 +0000 (09:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2014 23:16:33 +0000 (16:16 -0700)
per CodingStyle we should have those braces, no
functional changes.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c

index 837f6c1..f456f46 100644 (file)
@@ -1694,8 +1694,10 @@ static int serial_omap_probe(struct platform_device *pdev)
            omap_up_info->DTR_present) {
                up->DTR_gpio = omap_up_info->DTR_gpio;
                up->DTR_inverted = omap_up_info->DTR_inverted;
-       } else
+       } else {
                up->DTR_gpio = -EINVAL;
+       }
+
        up->DTR_active = 0;
 
        up->dev = &pdev->dev;
@@ -1757,6 +1759,7 @@ static int serial_omap_probe(struct platform_device *pdev)
        platform_set_drvdata(pdev, up);
        if (omap_up_info->autosuspend_timeout == 0)
                omap_up_info->autosuspend_timeout = -1;
+
        device_init_wakeup(up->dev, true);
        pm_runtime_use_autosuspend(&pdev->dev);
        pm_runtime_set_autosuspend_delay(&pdev->dev,