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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to