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

scsi: Remove owner field from attribute initialization in LPFC driver

Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 676db4af
...@@ -2778,7 +2778,6 @@ static struct bin_attribute sysfs_drvr_stat_data_attr = { ...@@ -2778,7 +2778,6 @@ static struct bin_attribute sysfs_drvr_stat_data_attr = {
.attr = { .attr = {
.name = "lpfc_drvr_stat_data", .name = "lpfc_drvr_stat_data",
.mode = S_IRUSR, .mode = S_IRUSR,
.owner = THIS_MODULE,
}, },
.size = LPFC_MAX_TARGET * MAX_STAT_DATA_SIZE_PER_TARGET, .size = LPFC_MAX_TARGET * MAX_STAT_DATA_SIZE_PER_TARGET,
.read = sysfs_drvr_stat_data_read, .read = sysfs_drvr_stat_data_read,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment