Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4be07d08 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: supply: qti_battery_charger: Change wireless power supply type"

parents e2d2f0e5 cf157b6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -774,7 +774,7 @@ static enum power_supply_property wls_props[] = {


static const struct power_supply_desc wls_psy_desc = {
static const struct power_supply_desc wls_psy_desc = {
	.name			= "wireless",
	.name			= "wireless",
	.type			= POWER_SUPPLY_TYPE_MAINS,
	.type			= POWER_SUPPLY_TYPE_WIRELESS,
	.properties		= wls_props,
	.properties		= wls_props,
	.num_properties		= ARRAY_SIZE(wls_props),
	.num_properties		= ARRAY_SIZE(wls_props),
	.get_property		= wls_psy_get_prop,
	.get_property		= wls_psy_get_prop,