Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aea4a76 authored by Pavel Machek's avatar Pavel Machek Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: Cleanups for usb gadget mass-storage



Remove useless initalizers.

Signed-off-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
parent 12c3da34
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -336,8 +336,8 @@ MODULE_LICENSE("Dual BSD/GPL");
#define MAX_LUNS	8
#define MAX_LUNS	8


	/* Arggh!  There should be a module_param_array_named macro! */
	/* Arggh!  There should be a module_param_array_named macro! */
static char		*file[MAX_LUNS] = {NULL, };
static char		*file[MAX_LUNS];
static int		ro[MAX_LUNS] = {0, };
static int		ro[MAX_LUNS];


static struct {
static struct {
	int		num_filenames;
	int		num_filenames;