]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] USB: g_file_storage: use module_param_array_named macro
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 31 Mar 2006 16:46:43 +0000 (11:46 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:21 +0000 (11:12 -0700)
commitaafe5bd6ec341edfaf3233d272febbb8862a7251
tree901d1202beb009994a6260c02d401887bf47f213
parent5e32b5767fca231e1c84b84e877a26766c27510f
[PATCH] USB: g_file_storage: use module_param_array_named macro

Randy Dunlap pointed out that there now is a module_param_array_named
macro available.  This patch (as666) updates g_file_storage to make use of
it.  It also adds a comment listing the specifications documents used in
the design of the driver's SCSI operation (at Pat LaVarre's request).

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