commit | 0a68f64febf365313987c570ad59c9069f61306d | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Nov 05 13:28:38 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:05 2009 -0800 |
tree | 4c0c00f0c6374038eb6a42195e77b2b30411f6bb | |
parent | 530646f4695b396aeeec2ca912dcc3a9c95e0f52 [diff] |
sdio_uart: Move the open lock When we move to the tty_port logic the port mutex will protect open v close v hangup. Move to this first in the existing open code so we have a bisection point. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>