Loading drivers/power/supply/qcom/smb-lib.c +4 −2 Original line number Diff line number Diff line Loading @@ -1462,8 +1462,10 @@ int smblib_vbus_regulator_enable(struct regulator_dev *rdev) if (!chg->usb_icl_votable) { chg->usb_icl_votable = find_votable("USB_ICL"); if (!chg->usb_icl_votable) return -EINVAL; if (!chg->usb_icl_votable) { rc = -EINVAL; goto unlock; } } vote(chg->usb_icl_votable, USBIN_USBIN_BOOST_VOTER, true, 0); Loading Loading
drivers/power/supply/qcom/smb-lib.c +4 −2 Original line number Diff line number Diff line Loading @@ -1462,8 +1462,10 @@ int smblib_vbus_regulator_enable(struct regulator_dev *rdev) if (!chg->usb_icl_votable) { chg->usb_icl_votable = find_votable("USB_ICL"); if (!chg->usb_icl_votable) return -EINVAL; if (!chg->usb_icl_votable) { rc = -EINVAL; goto unlock; } } vote(chg->usb_icl_votable, USBIN_USBIN_BOOST_VOTER, true, 0); Loading