[SERIAL] Remove incorrect code from ioc4 serial driver
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Fri, 10 Feb 2006 21:50:43 +0000 (21:50 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 10 Feb 2006 21:50:43 +0000 (21:50 +0000)
commitfd401aee6273e869e2711de498e28f5208184797
tree7565369af8804072738a02c2dcedf566ba80b535
parent5bc159e6cb7ca8d173195919ee935885c129011e
[SERIAL] Remove incorrect code from ioc4 serial driver

Serial drivers in general should not write uart_info->flags - they're
private to serial_core.  Serial drivers have no need to fiddle with
tty->alt_speed, nor manipulate TTY_IO_ERROR in tty->flags.  Fix the
ioc4 serial driver for both these points by simply removing the
offending code.

Acked-by: pfg@sgi.com
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/ioc4_serial.c