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

Commit 1954dc11 authored by Amit Kumar Salecha's avatar Amit Kumar Salecha Committed by David S. Miller
Browse files

netxen: fix sparse warning

parent 4d21fef4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2596,7 +2596,7 @@ netxen_sysfs_read_mem(struct kobject *kobj, struct bin_attribute *attr,
	return size;
	return size;
}
}


ssize_t netxen_sysfs_write_mem(struct kobject *kobj,
static ssize_t netxen_sysfs_write_mem(struct kobject *kobj,
		struct bin_attribute *attr, char *buf,
		struct bin_attribute *attr, char *buf,
		loff_t offset, size_t size)
		loff_t offset, size_t size)
{
{