Jay Foster wrote:
> 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.

Probably better to ignore the return value so the device can be retried on
subsequent calls - the only relevant failure mode is in retrieving the
config and maybe it was a transient error.

Jifl
-- 
eCosCentric Limited      http://www.eCosCentric.com/     The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.       Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
------["Si fractum non sit, noli id reficere"]------       Opinions==mine

Reply via email to