diff options
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r-- | drivers/usb/gadget/file_storage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/file_storage.c b/drivers/usb/gadget/file_storage.c index f6f0b2aa1145..f6c49b717d3f 100644 --- a/drivers/usb/gadget/file_storage.c +++ b/drivers/usb/gadget/file_storage.c | |||
@@ -336,8 +336,8 @@ MODULE_LICENSE("Dual BSD/GPL"); | |||
336 | #define MAX_LUNS 8 | 336 | #define MAX_LUNS 8 |
337 | 337 | ||
338 | /* Arggh! There should be a module_param_array_named macro! */ | 338 | /* Arggh! There should be a module_param_array_named macro! */ |
339 | static char *file[MAX_LUNS] = {NULL, }; | 339 | static char *file[MAX_LUNS]; |
340 | static int ro[MAX_LUNS] = {0, }; | 340 | static int ro[MAX_LUNS]; |
341 | 341 | ||
342 | static struct { | 342 | static struct { |
343 | int num_filenames; | 343 | int num_filenames; |