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

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
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment