aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-05-14 19:00:32 -0400
committerZhang Rui <rui.zhang@intel.com>2013-05-27 22:04:21 -0400
commit3db46c939677e32e311d354b619fd552ceafd123 (patch)
treebc3bd9ed52d06b63f10ba5cef1de1671e4777a7e /drivers/thermal/rcar_thermal.c
parentc240a539df4e2d50f86e2f31813ff6b7334cd493 (diff)
thermal: rcar: Fix typo in probe information message
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/rcar_thermal.c')
-rw-r--r--drivers/thermal/rcar_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
index 8d7edd4c8228..3eaca06df617 100644
--- a/drivers/thermal/rcar_thermal.c
+++ b/drivers/thermal/rcar_thermal.c
@@ -458,7 +458,7 @@ static int rcar_thermal_probe(struct platform_device *pdev)
458 458
459 platform_set_drvdata(pdev, common); 459 platform_set_drvdata(pdev, common);
460 460
461 dev_info(dev, "%d sensor proved\n", i); 461 dev_info(dev, "%d sensor probed\n", i);
462 462
463 return 0; 463 return 0;
464 464