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

Commit bc26eb45 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: smb5: fix battery status reporting"

parents bbf1d9ba 36e789d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1209,6 +1209,7 @@ int smblib_get_prop_batt_status(struct smb_charger *chg,
		val->intval = POWER_SUPPLY_STATUS_FULL;
		break;
	case DISABLE_CHARGE:
	case PAUSE_CHARGE:
		val->intval = POWER_SUPPLY_STATUS_NOT_CHARGING;
		break;
	default: