USB: gadget: f_mass_storage: remove needless complete()
authorMichal Nazarewicz <mina86@mina86.com>
Thu, 28 Oct 2010 15:31:22 +0000 (17:31 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Nov 2010 13:58:49 +0000 (05:58 -0800)
This commit removes call to the complete() function done in
fsg_unbind() which was never needed there but was a leftover
form file_storage.c.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found