commit | 1f023297f7f77d434ecc221018d2e181eac0ae36 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Jul 27 00:16:31 2015 +0300 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Jul 31 13:32:30 2015 +0200 |
tree | c154366d65f08e7df2d3f67e3ee0a89c263fcf66 | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 [diff] |
i2c: slave eeprom: clean up sysfs bin attribute read()/write() The change removes redundant sysfs binary file boundary checks, since this task is already done on caller side in fs/sysfs/file.c Note, on file size overflow read() now returns 0, and this is a correct and expected EOF notification according to POSIX. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>