]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
power: ds2781_battery: clean up eeprom read/write functions
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 26 Jul 2015 21:26:48 +0000 (00:26 +0300)
committerSebastian Reichel <sre@kernel.org>
Mon, 27 Jul 2015 14:28:54 +0000 (16:28 +0200)
commit9f28b86552aef94733387814a57755cb0019cfb9
tree6a17f9e3b2ea302466e408a60fd2c980e3cd8753
parent753f15833c4d782ee41e333f66bfe424a39680e6
power: ds2781_battery: clean up eeprom read/write functions

The change removes redundant calculation of left space on eeprom while
reading or writing "param_eeprom" or "user_eeprom", the checks are not
needed, since this task is done on caller side in fs/sysfs/file.c

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/ds2781_battery.c