mfd: ab8500: Decrement the power supply's device reference counter
Use power_supply_put() to decrement the power supply's device reference counter. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Pavel Machek <pavel@ucw.cz> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Reviewed-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
1a8dbe6f92
commit
6ff9d25baf
@ -51,6 +51,7 @@ static void ab8500_power_off(void)
|
||||
|
||||
ret = power_supply_get_property(psy, POWER_SUPPLY_PROP_ONLINE,
|
||||
&val);
|
||||
power_supply_put(psy);
|
||||
|
||||
if (!ret && val.intval) {
|
||||
charger_present = true;
|
||||
@ -73,6 +74,7 @@ static void ab8500_power_off(void)
|
||||
pss[i]);
|
||||
machine_restart("charging");
|
||||
}
|
||||
power_supply_put(psy);
|
||||
}
|
||||
|
||||
shutdown:
|
||||
|
Loading…
Reference in New Issue
Block a user