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

Commit 0299484e authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Sebastian Reichel
Browse files

power: supply: charger-manager: Fix a comment



Update a comment which is no more up to date since commit
2ed9e9b6.

Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
parent 096fc160
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1651,8 +1651,8 @@ static int charger_manager_probe(struct platform_device *pdev)
	}

	/*
	 * The following two do not need to be errors.
	 * Users may intentionally ignore those two features.
	 * Some of the following do not need to be errors.
	 * Users may intentionally ignore those features.
	 */
	if (desc->fullbatt_uV == 0) {
		dev_info(&pdev->dev, "Ignoring full-battery voltage threshold as it is not supplied\n");