diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /drivers/char/qpmouse.c | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'drivers/char/qpmouse.c')
-rw-r--r-- | drivers/char/qpmouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/qpmouse.c b/drivers/char/qpmouse.c index 2aa736190..8d5f9aa34 100644 --- a/drivers/char/qpmouse.c +++ b/drivers/char/qpmouse.c @@ -267,7 +267,7 @@ static ssize_t read_qp(struct file * file, char * buffer, return -EAGAIN; add_wait_queue(&queue->proc_list, &wait); repeat: - current->state = TASK_INTERRUPTIBLE; + set_current_state(TASK_INTERRUPTIBLE); if (queue_empty() && !signal_pending(current)) { schedule(); goto repeat; |