diff options
Diffstat (limited to 'qlcnic_sysfs.patch')
| -rw-r--r-- | qlcnic_sysfs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qlcnic_sysfs.patch b/qlcnic_sysfs.patch index 608c30181bb8da..48714c4fe0fdc3 100644 --- a/qlcnic_sysfs.patch +++ b/qlcnic_sysfs.patch @@ -113,7 +113,7 @@ - .store = qlcnic_store_beacon, -}; - - static struct bin_attribute bin_attr_crb = { + static const struct bin_attribute bin_attr_crb = { .attr = {.name = "crb", .mode = (S_IRUGO | S_IWUSR)}, .size = 0, @@ -1317,6 +1300,24 @@ void qlcnic_unregister_hwmon_dev(struct |
