diff options
Diffstat (limited to 'drivers/char/serial167.c')
-rw-r--r-- | drivers/char/serial167.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c index 5fd314adc1f2..c585b4738f86 100644 --- a/drivers/char/serial167.c +++ b/drivers/char/serial167.c | |||
@@ -1892,7 +1892,7 @@ block_til_ready(struct tty_struct *tty, struct file *filp, | |||
1892 | #endif | 1892 | #endif |
1893 | schedule(); | 1893 | schedule(); |
1894 | } | 1894 | } |
1895 | current->state = TASK_RUNNING; | 1895 | __set_current_state(TASK_RUNNING); |
1896 | remove_wait_queue(&info->open_wait, &wait); | 1896 | remove_wait_queue(&info->open_wait, &wait); |
1897 | if (!tty_hung_up_p(filp)) { | 1897 | if (!tty_hung_up_p(filp)) { |
1898 | info->count++; | 1898 | info->count++; |