Loading drivers/usb/phy/phy-msm-usb.c +4 −1 Original line number Diff line number Diff line Loading @@ -3623,6 +3623,9 @@ static int otg_power_set_property_usb(struct power_supply *psy, motg->chg_type, psy->type); break; case POWER_SUPPLY_PROP_HEALTH: if (val->intval > POWER_SUPPLY_HEALTH_HOT) motg->usbin_health = 0; else motg->usbin_health = val->intval; break; default: Loading Loading
drivers/usb/phy/phy-msm-usb.c +4 −1 Original line number Diff line number Diff line Loading @@ -3623,6 +3623,9 @@ static int otg_power_set_property_usb(struct power_supply *psy, motg->chg_type, psy->type); break; case POWER_SUPPLY_PROP_HEALTH: if (val->intval > POWER_SUPPLY_HEALTH_HOT) motg->usbin_health = 0; else motg->usbin_health = val->intval; break; default: Loading