summaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-05-14 15:15:28 +0000
committerSteve French <sfrench@us.ibm.com>2010-05-14 15:15:28 +0000
commit5f65f150fbc580ccfd57e5528e1fc905aaaef65c (patch)
tree257527e3b5f8f04c39451f17481004d9e8d28350 /drivers/char/tty_io.c
parentbaa456331738b4e76a92318b62b354377a30ad80 (diff)
parent6a251b0ab67989f468f4cb65179e0cf40cf8c295 (diff)
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r--drivers/char/tty_io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 6da962c9b21..d71f0fc34b4 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -1875,6 +1875,7 @@ got_driver:
*/
if (filp->f_op == &hung_up_tty_fops)
filp->f_op = &tty_fops;
+ unlock_kernel();
goto retry_open;
}
unlock_kernel();