Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d656901b authored by Yoshinori Sato's avatar Yoshinori Sato Committed by Linus Torvalds
Browse files

[PATCH] sh-sci.c sci_start_tx error



Argument does not agree.

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 63c6764c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -967,7 +967,7 @@ static int sci_startup(struct uart_port *port)
#endif
#endif


	sci_request_irq(s);
	sci_request_irq(s);
	sci_start_tx(port, 1);
	sci_start_tx(port);
	sci_start_rx(port, 1);
	sci_start_rx(port, 1);


	return 0;
	return 0;