Loading drivers/usb/gadget/f_mass_storage.c +1 −1 Original line number Diff line number Diff line Loading @@ -2739,7 +2739,7 @@ static DEVICE_ATTR(file, 0644, fsg_show_file, fsg_store_file); static struct device_attribute dev_attr_ro_cdrom = __ATTR(ro, 0444, fsg_show_ro, NULL); static struct device_attribute dev_attr_file_nonremovable = __ATTR(file, 0444, fsg_show_file, NULL); __ATTR(file, 0644, fsg_show_file, fsg_store_file); #ifdef CONFIG_USB_MSC_PROFILING static DEVICE_ATTR(perf, 0644, fsg_show_perf, fsg_store_perf); Loading Loading
drivers/usb/gadget/f_mass_storage.c +1 −1 Original line number Diff line number Diff line Loading @@ -2739,7 +2739,7 @@ static DEVICE_ATTR(file, 0644, fsg_show_file, fsg_store_file); static struct device_attribute dev_attr_ro_cdrom = __ATTR(ro, 0444, fsg_show_ro, NULL); static struct device_attribute dev_attr_file_nonremovable = __ATTR(file, 0444, fsg_show_file, NULL); __ATTR(file, 0644, fsg_show_file, fsg_store_file); #ifdef CONFIG_USB_MSC_PROFILING static DEVICE_ATTR(perf, 0644, fsg_show_perf, fsg_store_perf); Loading