[PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios

Subsystems: the rest

STALE7038d

2 messages, 2 authors, 2007-05-10 · open the first message on its own page

[PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios

From: Scott Wood <hidden>
Date: 2007-05-08 17:19:32

This eliminates some warnings.

Signed-off-by: Scott Wood <redacted>
---
 drivers/serial/cpm_uart/cpm_uart_core.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c b/drivers/serial/cpm_uart/cpm_uart_core.c
index 7a3b97f..6823b8b 100644
--- a/drivers/serial/cpm_uart/cpm_uart_core.c
+++ b/drivers/serial/cpm_uart/cpm_uart_core.c
@@ -482,7 +482,8 @@ static void cpm_uart_shutdown(struct uart_port *port)
 }
 
 static void cpm_uart_set_termios(struct uart_port *port,
-				 struct termios *termios, struct termios *old)
+                                 struct ktermios *termios,
+                                 struct ktermios *old)
 {
 	int baud;
 	unsigned long flags;
-- 
1.5.0.3

Re: [PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios

From: Kumar Gala <hidden>
Date: 2007-05-10 05:19:49

On Tue, 8 May 2007, Scott Wood wrote:
This eliminates some warnings.

Signed-off-by: Scott Wood <redacted>
---
 drivers/serial/cpm_uart/cpm_uart_core.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
applied.

- k
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help