olpc_battery: Fix up eeprom read function
authorAndres Salomon <dilinger@collabora.co.uk>
Tue, 30 Jun 2009 06:14:00 +0000 (02:14 -0400)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 30 Jun 2009 22:36:38 +0000 (02:36 +0400)
commit04a820ead0838c76e9c1242feb5e71048bf3e9dc
treecbcc95a15782189403d3e632dcd0b1b13bdb9c82
parent5a4f13fad1ab5bd08dea78fc55321e429d83cddf
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>
drivers/power/olpc_battery.c