power: supply: fix spelling mistake "unprecise" -> "imprecise"
There is a spelling mistake in a dev_info message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
c07fa6c163
commit
304bff2fb8
@ -487,7 +487,7 @@ static int rn5t618_power_probe(struct platform_device *pdev)
|
||||
* gauge will get decalibrated.
|
||||
*/
|
||||
dev_info(&pdev->dev, "Fuel gauge not enabled, enabling now\n");
|
||||
dev_info(&pdev->dev, "Expect unprecise results\n");
|
||||
dev_info(&pdev->dev, "Expect imprecise results\n");
|
||||
regmap_update_bits(info->rn5t618->regmap, RN5T618_CONTROL,
|
||||
FG_ENABLE, FG_ENABLE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user