timbuart: Fix the termios logic
authorAlan Cox <alan@linux.intel.com>
Thu, 11 Jun 2009 13:27:13 +0000 (14:27 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:06 +0000 (08:51 -0700)
commit7d55deaf50182c47c1e805dc8cc85f2769f0673e
tree6f8c262d6606be33b7023ff8f06f2a010d721366
parent34aec591847c696339189b070cce2a11f901cfea
timbuart: Fix the termios logic

The driver only handles speeds but it fails to return the current values
for the hardware features it does not support.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/timbuart.c