Loading drivers/power/supply/qti_battery_charger.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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, Loading Loading
drivers/power/supply/qti_battery_charger.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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, Loading