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

Commit 3db46c93 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Zhang Rui
Browse files

thermal: rcar: Fix typo in probe information message

parent c240a539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -458,7 +458,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)

	platform_set_drvdata(pdev, common);

	dev_info(dev, "%d sensor proved\n", i);
	dev_info(dev, "%d sensor probed\n", i);

	return 0;