X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Ftty_io.c;h=d71f0fc34b467c6e7a7c25c0762321f90b7e3fa0;hb=b8ae30ee26d379db436b0b8c8c3ff1b52f69e5d1;hp=6da962c9b21c880262a883db546ea1c8c7a99764;hpb=bb3c9d4f851d51bb6302ef0df830dcec88d7c529;p=pandora-kernel.git diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 6da962c9b21c..d71f0fc34b46 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();