Re: [PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serialsupport

From: Yoichi Yuasa
Date: Wed Apr 13 2005 - 18:13:47 EST


On Wed, 13 Apr 2005 16:02:48 +0100
Russell King <rmk+lkml@xxxxxxxxxxxxxxxx> wrote:

> 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.)

First, I tested the standerd ops. kernel was crashed.
Now, I'm using early_uart_ops.

I'll test again with standerd ops.

Thanks,

Yoichi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/