diff options
Diffstat (limited to 'drivers/serial/68360serial.c')
-rw-r--r-- | drivers/serial/68360serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/serial/68360serial.c b/drivers/serial/68360serial.c index edcf1cc089d1..0dff3bbddc8b 100644 --- a/drivers/serial/68360serial.c +++ b/drivers/serial/68360serial.c | |||
@@ -1860,7 +1860,9 @@ static int block_til_ready(struct tty_struct *tty, struct file * filp, | |||
1860 | printk("block_til_ready blocking: ttys%d, count = %d\n", | 1860 | printk("block_til_ready blocking: ttys%d, count = %d\n", |
1861 | info->line, state->count); | 1861 | info->line, state->count); |
1862 | #endif | 1862 | #endif |
1863 | tty_unlock(); | ||
1863 | schedule(); | 1864 | schedule(); |
1865 | tty_lock(); | ||
1864 | } | 1866 | } |
1865 | current->state = TASK_RUNNING; | 1867 | current->state = TASK_RUNNING; |
1866 | remove_wait_queue(&info->open_wait, &wait); | 1868 | remove_wait_queue(&info->open_wait, &wait); |