power_supply: bq27x00: remove double endian swap
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 12 Feb 2010 16:27:44 +0000 (18:27 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 13 Feb 2010 15:39:31 +0000 (17:39 +0200)
The bq27x00 registers are little endian, so just read them as such
and don't do double endian swap on LE machines.

This also gets rid of strange looking shift that was done after
reading 8bit register because endian swap in bq27x00_read() was
messing it up.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>

No differences found