Should the setting of priv->init = true be dependent on the return value of
real_termios_init()?

        res = real_termios_init();
        if (ENOERR == res)
                priv->init = true;

Or maybe it doesn't matter.
Jay

-----Original Message-----
From: Andrew Lunn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 30, 2008 10:41 AM
To: Rainer Arndt
Cc: [email protected]
Subject: Re: Incomplete baud rate mapping in termiostty.c


Hi Folks

Here is Rainers patch plus my patch for the init flag.

     Andrew

Reply via email to