mako: power: Change bms_change_end value in disconnect WLC

Change-Id: I6f77a5f48774828b41a2a7e0ee264cb8c425bad3
This commit is contained in:
kyungtae.oh
2012-08-01 23:22:43 +09:00
committed by Iliyan Malchev
parent e9efc45c8e
commit 780cfeb38c

View File

@@ -49,7 +49,7 @@ static void bms_notify(struct bq51051b_wlc_chip *chip, int value)
if (value)
pm8921_bms_charging_began();
else
pm8921_bms_charging_end(1);
pm8921_bms_charging_end(0);
}
static enum power_supply_property pm_power_props_wireless[] = {