Skip to content

Commit

Permalink
[PATCH] sh-sci.c sci_start_tx error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoshinori Sato authored and Linus Torvalds committed Oct 15, 2005
1 parent 63c6764 commit d656901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d656901

Please sign in to comment.