aboutsummaryrefslogtreecommitdiffstats
path: root/qlcnic_sysfs.patch
diff options
Diffstat (limited to 'qlcnic_sysfs.patch')
-rw-r--r--qlcnic_sysfs.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/qlcnic_sysfs.patch b/qlcnic_sysfs.patch
index b28737f731c978..f83705f15fd035 100644
--- a/qlcnic_sysfs.patch
+++ b/qlcnic_sysfs.patch
@@ -91,7 +91,7 @@
static ssize_t qlcnic_sysfs_read_crb(struct file *filp, struct kobject *kobj,
struct bin_attribute *attr, char *buf,
-@@ -1187,24 +1188,6 @@ static ssize_t qlcnic_83xx_sysfs_flash_w
+@@ -1162,24 +1163,6 @@ static ssize_t qlcnic_83xx_sysfs_flash_w
return size;
}
@@ -116,7 +116,7 @@
static struct bin_attribute bin_attr_crb = {
.attr = {.name = "crb", .mode = (S_IRUGO | S_IWUSR)},
.size = 0,
-@@ -1268,6 +1251,24 @@ static struct bin_attribute bin_attr_fla
+@@ -1243,6 +1226,24 @@ static struct bin_attribute bin_attr_fla
.write = qlcnic_83xx_sysfs_flash_write_handler,
};
@@ -141,7 +141,7 @@
void qlcnic_create_sysfs_entries(struct qlcnic_adapter *adapter)
{
struct device *dev = &adapter->pdev->dev;
-@@ -1281,6 +1282,11 @@ void qlcnic_create_sysfs_entries(struct
+@@ -1256,6 +1257,11 @@ void qlcnic_create_sysfs_entries(struct
void qlcnic_remove_sysfs_entries(struct qlcnic_adapter *adapter)
{
struct device *dev = &adapter->pdev->dev;