[PATCH] sh-sci.c sci_start_tx error

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>

authored by Yoshinori Sato and committed by Linus Torvalds d656901b 63c6764c

+1 -1
+1 -1
drivers/serial/sh-sci.c
··· 967 #endif 968 969 sci_request_irq(s); 970 - sci_start_tx(port, 1); 971 sci_start_rx(port, 1); 972 973 return 0;
··· 967 #endif 968 969 sci_request_irq(s); 970 + sci_start_tx(port); 971 sci_start_rx(port, 1); 972 973 return 0;