summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_thermal.c
diff options
context:
space:
mode:
authorLaurent Pinchart2013-05-15 01:00:32 +0200
committerZhang Rui2013-05-28 04:04:21 +0200
commit3db46c939677e32e311d354b619fd552ceafd123 (patch)
treebc3bd9ed52d06b63f10ba5cef1de1671e4777a7e /drivers/thermal/rcar_thermal.c
parentMerge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne... (diff)
downloadkernel-qcow2-linux-3db46c939677e32e311d354b619fd552ceafd123.tar.gz
kernel-qcow2-linux-3db46c939677e32e311d354b619fd552ceafd123.tar.xz
kernel-qcow2-linux-3db46c939677e32e311d354b619fd552ceafd123.zip
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)
platform_set_drvdata(pdev, common);
- dev_info(dev, "%d sensor proved\n", i);
+ dev_info(dev, "%d sensor probed\n", i);
return 0;