power: supply: charger-manager: Fix a comment

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

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
This commit is contained in:
Christophe JAILLET 2017-08-07 00:37:56 +02:00 committed by Sebastian Reichel
parent 096fc160b7
commit 0299484e4d
1 changed files with 2 additions and 2 deletions

View File

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