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

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

Merge "power: smb135x-charger: Report the USB not connected status at init"

parents 147c1299 c0ee5701
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1805,6 +1805,8 @@ static int determine_initial_status(struct smb135x_chg *chip)

	if (chip->usb_present)
		handle_usb_insertion(chip);
	else
		handle_usb_removal(chip);

	return 0;
}