[PATCH] usb/file_storage: replace schedule_timeout() with msleep_interruptible()
commit51876731fb277bbc22eb41dd1c8bbf4ab35af200
authorNishanth Aravamudan <nacc@us.ibm.com>
Wed, 29 Sep 2004 09:03:33 +0000 (29 02:03 -0700)
committerGreg Kroah-Hartman <greg@press.kroah.org>
Wed, 29 Sep 2004 09:03:33 +0000 (29 02:03 -0700)
tree2636bf31c511affbf4de61b87b82ed824934395c
parent8e8f500e90f77638bebe46d86220bb9cf99ca69e
[PATCH] usb/file_storage: replace schedule_timeout() with msleep_interruptible()

Use msleep_interruptible() instead of schedule_timeout()
so that the task delays as expected.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/usb/gadget/file_storage.c