|
@@ -428,6 +428,9 @@ static ssize_t at24_bin_write(struct file *filp, struct kobject *kobj,
|
|
at24 = dev_get_drvdata(container_of(kobj, struct device, kobj));
|
|
at24 = dev_get_drvdata(container_of(kobj, struct device, kobj));
|
|
return at24_write(at24, buf, off, count);
|
|
return at24_write(at24, buf, off, count);
|