commit | 04a820ead0838c76e9c1242feb5e71048bf3e9dc | [log] [tgz] |
---|---|---|
author | Andres Salomon <dilinger@collabora.co.uk> | Tue Jun 30 02:14:00 2009 -0400 |
committer | Anton Vorontsov <cbouatmailru@gmail.com> | Wed Jul 01 02:36:38 2009 +0400 |
tree | cbcc95a15782189403d3e632dcd0b1b13bdb9c82 | |
parent | 5a4f13fad1ab5bd08dea78fc55321e429d83cddf [diff] |
olpc_battery: Fix up eeprom read function The eeprom read function was placing values into the wrong place in 'buf'; we were starting from buf[off], rather than buf[0]. Also, the for loop that we were using was much uglier than it needed to be. This cleans it up a bit. Signed-off-by: Andres Salomon <dilinger@collabora.co.uk> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>