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

Commit 3577dc76 authored by Guenter Roeck's avatar Guenter Roeck Committed by Greg Kroah-Hartman
Browse files

scsi: Remove owner field from attribute initialization in LPFC driver

parent 676db4af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2778,7 +2778,6 @@ static struct bin_attribute sysfs_drvr_stat_data_attr = {
	.attr = {
		.name = "lpfc_drvr_stat_data",
		.mode = S_IRUSR,
		.owner = THIS_MODULE,
	},
	.size = LPFC_MAX_TARGET * MAX_STAT_DATA_SIZE_PER_TARGET,
	.read = sysfs_drvr_stat_data_read,