Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750793AbVJNQiz (ORCPT ); Fri, 14 Oct 2005 12:38:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750795AbVJNQiz (ORCPT ); Fri, 14 Oct 2005 12:38:55 -0400 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:8315 "EHLO mail.asahi-net.or.jp") by vger.kernel.org with ESMTP id S1750793AbVJNQiy (ORCPT ); Fri, 14 Oct 2005 12:38:54 -0400 Date: Sat, 15 Oct 2005 01:38:53 +0900 Message-ID: From: Yoshinori Sato To: Paul Mundt , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [PATCH] sh-sci.c sci_start_tx error User-Agent: Wanderlust/2.15.1 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.4 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 712 Lines: 26 Argument does not agree. Signed-off-by: Yoshinori Sato 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/