power: supply: bq24735: remove incorrect le16_to_cpu calls
authorPhil Reid <preid@electromag.com.au>
Thu, 15 Jun 2017 13:59:30 +0000 (21:59 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Thu, 15 Jun 2017 14:47:35 +0000 (16:47 +0200)
commit48f680c0a9cae36e37d91a3dc086143d6047c8a8
treea0d441e7a317f8b99a3d4feaed49db3f1628306a
parenta1bbec72f9fef100bb00762e36c20055deacd0e2
power: supply: bq24735: remove incorrect le16_to_cpu calls

i2c_smbus commands handle the correct byte order for smbus transactions
internally. This will currently result in incorrect operation on big
endian systems.

Signed-off-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/bq24735-charger.c