Loading drivers/power/supply/qcom/qpnp-fg-gen3.c +1 −0 Original line number Diff line number Diff line Loading @@ -3727,6 +3727,7 @@ static int fg_notifier_cb(struct notifier_block *nb, return NOTIFY_OK; if ((strcmp(psy->desc->name, "battery") == 0) || (strcmp(psy->desc->name, "parallel") == 0) || (strcmp(psy->desc->name, "usb") == 0)) { /* * We cannot vote for awake votable here as that takes Loading Loading
drivers/power/supply/qcom/qpnp-fg-gen3.c +1 −0 Original line number Diff line number Diff line Loading @@ -3727,6 +3727,7 @@ static int fg_notifier_cb(struct notifier_block *nb, return NOTIFY_OK; if ((strcmp(psy->desc->name, "battery") == 0) || (strcmp(psy->desc->name, "parallel") == 0) || (strcmp(psy->desc->name, "usb") == 0)) { /* * We cannot vote for awake votable here as that takes Loading