Messages in this thread |  | | Date | Sun, 24 Sep 2000 15:55:34 +0100 (BST) | From | John Levon <> | Subject | test9pre6 usb-storage |
| |
These chunks :
/* long wait for reset */ + set_current_state(TASK_UNINTERRUPTIBLE); schedule_timeout(HZ*6); + set_current_state(TASK_RUNNING); and
+ /* long wait for reset */ + set_current_state(TASK_UNINTERRUPTIBLE); + schedule_timeout(HZ*6); + set_current_state(TASK_RUNNING);
seem slightly wrong. Unless someone wants to correct me, there should be no need to set TASK_RUNNING after schedule_timeout() has been called.
john
p.s. I am not subscribed to linux-usb-devel
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |