projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c6764
)
[PATCH] sh-sci.c sci_start_tx error
author
Yoshinori Sato
<ysato@users.sourceforge.jp>
Fri, 14 Oct 2005 22:59:12 +0000
(15:59 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 15 Oct 2005 00:10:13 +0000
(17:10 -0700)
Argument does not agree.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/sh-sci.c
patch
|
blob
|
history
diff --git
a/drivers/serial/sh-sci.c
b/drivers/serial/sh-sci.c
index 512266307866d5c99784499b7d025eab47294b49..430754ebac8a69af20f716e82d2342cfb32ea32b 100644
(file)
--- a/
drivers/serial/sh-sci.c
+++ b/
drivers/serial/sh-sci.c
@@
-967,7
+967,7
@@
static int sci_startup(struct uart_port *port)
#endif
sci_request_irq(s);
- sci_start_tx(port
, 1
);
+ sci_start_tx(port);
sci_start_rx(port, 1);
return 0;