commit | 3e1d9c6f241961e2e21b8df9de5ee12e3dc6f177 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Jul 27 00:26:49 2015 +0300 |
committer | Sebastian Reichel <sre@kernel.org> | Mon Jul 27 16:28:54 2015 +0200 |
tree | a4d372e6327efbca685cbb2e7f5baa8556d8485c | |
parent | 9f28b86552aef94733387814a57755cb0019cfb9 [diff] |
power: olpc_battery: clean up eeprom read function The change removes redundant sysfs binary file boundary check while reading eeprom content from userspace, the check is done on caller side in fs/sysfs/file.c, if binary attribute size is not zero. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>