linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/11] tty: serial: add missing braces
@ 2014-03-20 19:29 Felipe Balbi
  2014-03-20 19:29 ` [PATCH 02/11] tty: serial: omap: switch over to devm_request_gpio Felipe Balbi
                   ` (10 more replies)
  0 siblings, 11 replies; 28+ messages in thread
From: Felipe Balbi @ 2014-03-20 19:29 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-serial, linux-bluetooth, peter, m-karicheri2, b32955,
	Linux OMAP Mailing List, Linux Kernel Mailing List, Felipe Balbi

per CodingStyle we should have those braces, no
functional changes.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 drivers/tty/serial/omap-serial.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c
index 77f0351..73abba8 100644
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
@@ -1677,8 +1677,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;
@@ -1740,6 +1742,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,
-- 
1.9.1.286.g5172cb3


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-05-14 16:42 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 19:29 [PATCH 01/11] tty: serial: add missing braces Felipe Balbi
2014-03-20 19:29 ` [PATCH 02/11] tty: serial: omap: switch over to devm_request_gpio Felipe Balbi
2014-03-20 19:29 ` [PATCH 03/11] tty: serial: omap: cleanup variable declarations Felipe Balbi
2014-03-20 19:30 ` [PATCH 04/11] tty: serial: omap: switch over to platform_get_resource Felipe Balbi
2014-03-20 19:30 ` [PATCH 05/11] tty: serial: omap: switch over to devm_ioremap_resource Felipe Balbi
2014-03-20 19:30 ` [PATCH 06/11] tty: serial: omap: remove some dead code Felipe Balbi
2014-03-20 19:30 ` [PATCH 07/11] tty: serial: omap: remove unneeded singlethread workqueue Felipe Balbi
2014-03-20 19:30 ` [PATCH 08/11] In the uart_handle_cts_change(), uart_write_wakeup() is called after we call @uart_port->ops->start_tx() Felipe Balbi
2014-03-20 19:37   ` Felipe Balbi
2014-03-20 19:30 ` [PATCH 09/11] bluetooth: hci_ldisc: fix deadlock condition Felipe Balbi
2014-03-20 19:40   ` Marcel Holtmann
     [not found]     ` <95DFF994-1668-4F93-943B-06805FD5B20B-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
2014-03-20 20:17       ` Felipe Balbi
2014-03-27  0:47   ` Peter Hurley
2014-03-27  2:09     ` Felipe Balbi
     [not found]       ` <20140327020909.GA11651-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-03-27  2:20         ` Peter Hurley
2014-03-27  3:36           ` Felipe Balbi
2014-05-14 16:42   ` Dean Jenkins
2014-03-20 19:30 ` [PATCH 10/11] Revert "serial: omap: unlock the port lock" Felipe Balbi
2014-03-25 18:28   ` Tony Lindgren
2014-03-27  0:39     ` Peter Hurley
2014-03-27  2:10       ` Felipe Balbi
     [not found]         ` <20140327021043.GB11651-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-03-27  2:27           ` Peter Hurley
2014-03-27  3:37             ` Felipe Balbi
2014-03-27 14:54               ` Karicheri, Muralidharan
2014-03-20 19:30 ` [PATCH 11/11] serial: fix UART_IIR_ID Felipe Balbi
2014-04-22 14:22 ` [PATCH 01/11] tty: serial: add missing braces Felipe Balbi
2014-04-23  0:28   ` Greg KH
2014-04-23 14:53     ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).