Re: [linux-usb-devel] gadget/fs comment

2006-03-28 Thread Alan Stern
On Sun, 26 Mar 2006, Randy.Dunlap wrote: > gadget/file_storage.c says: > > #define MAX_LUNS 8 > > /* Arggh! There should be a module_param_array_named macro! */ > static char *file[MAX_LUNS]; > static intro[MAX_LUNS]; > > > and ahoy matey, there is such a macr

[linux-usb-devel] gadget/fs comment

2006-03-26 Thread Randy.Dunlap
gadget/file_storage.c says: #define MAX_LUNS8 /* Arggh! There should be a module_param_array_named macro! */ static char *file[MAX_LUNS]; static int ro[MAX_LUNS]; and ahoy matey, there is such a macro. Does it need to be used here? --- ~Randy --