power_supply: bq27x00: remove double endian swap
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 12 Feb 2010 21:56:46 +0000 (23:56 +0200)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 16 Feb 2010 18:26:14 +0000 (21:26 +0300)
commit97f70c23a1fa1bffe79187563dc5c6f2c72420a2
treede81a2d6688f9309e71284db1d1759437d76e21e
parent5324dc0e3872324ed0bf372bce7bc437436910b6
power_supply: bq27x00: remove double endian swap

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>
Acked-by: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/bq27x00_battery.c