> Jeff, please queue this up for 2.6.27 if there are no problems that you
Can we get it into 2.6.26 - its a driver for new hardware and the driver
is going to get a clean up for 2.6.27 anyway.
Comments below are minor and I don't think blockers
So for the serial side
Acked-by: Alan Cox <alan@redhat.com>
tty is passed why keep using serial->tty (hint: think about parallel
hangup versus close/open)
tty cannot be NULL here
Checks one thing printks another 8)
(else *tty->termios = *old_termios)
--