ChangeSet 1.1807.48.23, 2004/08/02 14:29:08-07:00, [EMAIL PROTECTED]

[PATCH] USB: auerswald: replace schedule_timeout() with msleep()

Use msleep() instead of schedule_timeout() to
guarantee the task delays for the desired time.

Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/misc/auerswald.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


diff -Nru a/drivers/usb/misc/auerswald.c b/drivers/usb/misc/auerswald.c
--- a/drivers/usb/misc/auerswald.c      2004-08-23 13:20:08 -07:00
+++ b/drivers/usb/misc/auerswald.c      2004-08-23 13:20:08 -07:00
@@ -1976,8 +1976,7 @@
        dbg ("Version is %X", cp->version);
 
        /* allow some time to settle the device */
-       set_current_state(TASK_UNINTERRUPTIBLE);
-       schedule_timeout(HZ/3);
+       msleep(334);
 
        /* Try to get a suitable textual description of the device */
        /* Device name:*/



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to