[PATCH] USB: g_file_storage: add comment about buffer allocation
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 23 Mar 2006 20:07:25 +0000 (15:07 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:20 +0000 (11:12 -0700)
commit14cd5f8e85e90c9dead2393377b9a2c23131e0ce
treef83f012b51ecdcf2415c3886a05aad580391ef92
parent70ffe6e14d7c5db84b92841471ce6fd0200010cd
[PATCH] USB: g_file_storage: add comment about buffer allocation

This patch (as664) adds a comment to file_storage.c, noting that the
driver is slightly non-portable because it assumes that a buffer
allocated for a bulk-in endpoint will also be useable for a bulk-out
endpoint.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/file_storage.c