commit | 6769140d304731f0a3b177470a2adb4bacd9036b | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Nov 30 13:17:35 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:07 2009 -0800 |
tree | 365b66a3b9a21cd0240c8355fc74a0c791a0ed66 | |
parent | 6ed847d8efd08658ece10c9129cd511c8d7452cd [diff] |
tty: mxser: use the tty_port_open method At first this looks a fairly trivial conversion but we can't quite push everything into the right format yet. The open side is easy but care is needed over the setserial methods. Fix up the locking now that we've adopted the port->mutex locking rule for the initialization. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>