commit | 22efcf4adec4262e0f49e6225f6cd070e4a85d20 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Sep 26 16:12:02 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 16:47:42 2005 -0700 |
tree | 416d2fbb46995ad9483e1dee758ee818292e2ed9 | |
parent | dabb592816444fcba1a771e27d4f72a2b8218374 [diff] |
[PATCH] USB: File-Storage gadget: use the kthread API This patch (as566) converts the File-Storage gadget over to the kthread API. The new code doesn't use kthread_stop because the control thread needs to terminate asynchronously when it receives a signal. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> drivers/usb/gadget/file_storage.c | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-)