OSDN Git Service

power: supply: olpc_battery: force the le/be casts
authorLubomir Rintel <lkundrak@v3.sk>
Sat, 11 May 2019 08:56:14 +0000 (10:56 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 14 May 2019 21:17:56 +0000 (23:17 +0200)
commitbaf5964ecfe19a0109fe2e497e72840ce0f488e6
tree595f2fd4be71744c0b1edd364a4b9a681adb8556
parentc8f3c9fe83cafc94679007b9c0083ee25d5735e0
power: supply: olpc_battery: force the le/be casts

The endianness of data returned from the EC depends on the particular EC
version determined at run time. Cast from little/big endian explicitey
in the routine that flips endianness to the native one to make sparse
happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 76311b9a3295 ("power: supply: olpc_battery: Add OLPC XO 1.75 support")
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/olpc_battery.c