From: Alan Stern Date: Mon, 26 Sep 2005 20:12:02 +0000 (-0400) Subject: [PATCH] USB: File-Storage gadget: use the kthread API X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22efcf4adec4262e0f49e6225f6cd070e4a85d20;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman drivers/usb/gadget/file_storage.c | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) --- Reading git-diff-tree failed