* [PATCH] sh-sci.c sci_start_tx error
@ 2005-10-14 16:38 Yoshinori Sato
0 siblings, 0 replies; only message in thread
From: Yoshinori Sato @ 2005-10-14 16:38 UTC (permalink / raw)
To: Paul Mundt, Andrew Morton; +Cc: linux-kernel
Argument does not agree.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c
index 5122663..430754e 100644
--- a/drivers/serial/sh-sci.c
+++ b/drivers/serial/sh-sci.c
@@ -967,7 +967,7 @@ static int sci_startup(struct uart_port
#endif
sci_request_irq(s);
- sci_start_tx(port, 1);
+ sci_start_tx(port);
sci_start_rx(port, 1);
return 0;
--
Yoshinori Sato
<ysato@users.sourceforge.jp>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-14 16:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14 16:38 [PATCH] sh-sci.c sci_start_tx error Yoshinori Sato
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox