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

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

Merge "power: smb349-charger: Fix power supply detection"

parents dbf4a1c6 b59968db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -902,7 +902,7 @@ static int apsd_complete(struct smb349_charger *chip, u8 status)
		type = POWER_SUPPLY_TYPE_USB_DCP;
		break;
	default:
		type = POWER_SUPPLY_TYPE_UNKNOWN;
		type = POWER_SUPPLY_TYPE_USB;
		break;
	}