public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support
Date: Wed, 13 Apr 2005 16:02:48 +0100	[thread overview]
Message-ID: <20050413160248.A19329@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20050413231827.11799413.yuasa@hh.iij4u.or.jp>; from yuasa@hh.iij4u.or.jp on Wed, Apr 13, 2005 at 11:18:27PM +0900

On Wed, Apr 13, 2005 at 11:18:27PM +0900, Yoichi Yuasa wrote:
>  static struct uart_ops early_uart_ops = {
> -	.set_termios	= early_set_termios,
> +	.set_termios	= siu_set_termios,
>  };

In this case, you don't need the early_uart_ops here - the standard
ones will do just as well.  (.set_termios is the only method which
the console init code will use.)

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

  reply	other threads:[~2005-04-13 15:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-13 14:18 [PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support Yoichi Yuasa
2005-04-13 15:02 ` Russell King [this message]
2005-04-13 23:12   ` Yoichi Yuasa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050413160248.A19329@flint.arm.linux.org.uk \
    --to=rmk+lkml@arm.linux.org.uk \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yuasa@hh.iij4u.or.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox