Revision fd401aee6273e869e2711de498e28f5208184797 authored by Russell King on 10 February 2006, 21:50:43 UTC, committed by Russell King on 10 February 2006, 21:50:43 UTC
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>
1 parent 5bc159e
History
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.2 KB
msg.c -rw-r--r-- 18.4 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 32.9 KB
shm.c -rw-r--r-- 21.1 KB
util.c -rw-r--r-- 16.9 KB
util.h -rw-r--r-- 2.6 KB

back to top