linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: rcar: Fix typo in probe information message
@ 2013-05-14 23:00 Laurent Pinchart
  2013-05-14 23:42 ` Eduardo Valentin
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2013-05-14 23:00 UTC (permalink / raw)
  To: linux-pm; +Cc: linux-sh, Kuninori Morimoto

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 drivers/thermal/rcar_thermal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
index 28f0919..6138949 100644
--- a/drivers/thermal/rcar_thermal.c
+++ b/drivers/thermal/rcar_thermal.c
@@ -452,7 +452,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;
 
-- 
Regards,

Laurent Pinchart


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] thermal: rcar: Fix typo in probe information message
  2013-05-14 23:00 [PATCH] thermal: rcar: Fix typo in probe information message Laurent Pinchart
@ 2013-05-14 23:42 ` Eduardo Valentin
  2013-05-16  1:27   ` Zhang Rui
  0 siblings, 1 reply; 3+ messages in thread
From: Eduardo Valentin @ 2013-05-14 23:42 UTC (permalink / raw)
  To: Laurent Pinchart, Zhang, Rui
  Cc: linux-pm, linux-sh, Kuninori Morimoto, eduardo.valentin

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

Rui,

On 14-05-2013 19:00, Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---

Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>

>  drivers/thermal/rcar_thermal.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
> index 28f0919..6138949 100644
> --- a/drivers/thermal/rcar_thermal.c
> +++ b/drivers/thermal/rcar_thermal.c
> @@ -452,7 +452,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;
>  
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 295 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] thermal: rcar: Fix typo in probe information message
  2013-05-14 23:42 ` Eduardo Valentin
@ 2013-05-16  1:27   ` Zhang Rui
  0 siblings, 0 replies; 3+ messages in thread
From: Zhang Rui @ 2013-05-16  1:27 UTC (permalink / raw)
  To: Eduardo Valentin; +Cc: Laurent Pinchart, linux-pm, linux-sh, Kuninori Morimoto

On Tue, 2013-05-14 at 19:42 -0400, Eduardo Valentin wrote:
> Rui,
> 
> On 14-05-2013 19:00, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> 
> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
> 
applied to thermal -next.

thanks,
rui

> >  drivers/thermal/rcar_thermal.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
> > index 28f0919..6138949 100644
> > --- a/drivers/thermal/rcar_thermal.c
> > +++ b/drivers/thermal/rcar_thermal.c
> > @@ -452,7 +452,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;
> >  
> > 
> 
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-16  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 23:00 [PATCH] thermal: rcar: Fix typo in probe information message Laurent Pinchart
2013-05-14 23:42 ` Eduardo Valentin
2013-05-16  1:27   ` Zhang Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).