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

Commit 394ee3d5 authored by Thierry Reding's avatar Thierry Reding Committed by Mark Brown
Browse files

regulator: tps6586x: fix typo in debug message

parent f30b0716
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ static int __devinit tps6586x_regulator_probe(struct platform_device *pdev)
	int id = pdev->id;
	int err;

	dev_dbg(&pdev->dev, "Probing reulator %d\n", id);
	dev_dbg(&pdev->dev, "Probing regulator %d\n", id);

	ri = find_regulator_info(id);
	if (ri == NULL) {