kernel/drivers/power/supply/test_power.c
.. .. @@ -33,7 +33,7 @@ 33 33 static int battery_present = 1; /* true */ 34 34 static int battery_technology = POWER_SUPPLY_TECHNOLOGY_LION; 35 35 static int battery_capacity = 50; 36 -static int battery_voltage = 3300;36 +static int battery_voltage = 3300000;37 37 static int battery_charge_counter = -1000; 38 38 static int battery_current = -1600; 39 39