commit | 97f70c23a1fa1bffe79187563dc5c6f2c72420a2 | [log] [tgz] |
---|---|---|
author | Grazvydas Ignotas <notasas@gmail.com> | Fri Feb 12 23:56:46 2010 +0200 |
committer | Anton Vorontsov <cbouatmailru@gmail.com> | Tue Feb 16 21:26:14 2010 +0300 |
tree | de81a2d6688f9309e71284db1d1759437d76e21e | |
parent | 5324dc0e3872324ed0bf372bce7bc437436910b6 [diff] |
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>