提交 3aea4a76 编写于 作者: P Pavel Machek 提交者: Greg Kroah-Hartman

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

Remove useless initalizers.
Signed-off-by: NPavel Machek <pavel@suse.cz>
Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
上级 12c3da34
......@@ -336,8 +336,8 @@ MODULE_LICENSE("Dual BSD/GPL");
#define MAX_LUNS 8
/* Arggh! There should be a module_param_array_named macro! */
static char *file[MAX_LUNS] = {NULL, };
static int ro[MAX_LUNS] = {0, };
static char *file[MAX_LUNS];
static int ro[MAX_LUNS];
static struct {
int num_filenames;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册