All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm: ab8500: Fix trivial typo in dev_err message
@ 2013-03-26 14:34 Axel Lin
  2013-03-26 15:24 ` Thierry Reding
  2013-03-27  6:11 ` Arun MURTHY
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2013-03-26 14:34 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Arun R Murthy, linux-kernel

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/pwm/pwm-ab8500.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pwm/pwm-ab8500.c b/drivers/pwm/pwm-ab8500.c
index 93af1bb..3beb2b5 100644
--- a/drivers/pwm/pwm-ab8500.c
+++ b/drivers/pwm/pwm-ab8500.c
@@ -66,7 +66,7 @@ static int ab8500_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
 				AB8500_MISC, AB8500_PWM_OUT_CTRL7_REG,
 				1 << (chip->base - 1), ENABLE_PWM);
 	if (ret < 0)
-		dev_err(chip->dev, "%s: Failed to disable PWM, Error %d\n",
+		dev_err(chip->dev, "%s: Failed to enable PWM, Error %d\n",
 							pwm->label, ret);
 	return ret;
 }
-- 
1.7.10.4




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

* Re: [PATCH] pwm: ab8500: Fix trivial typo in dev_err message
  2013-03-26 14:34 [PATCH] pwm: ab8500: Fix trivial typo in dev_err message Axel Lin
@ 2013-03-26 15:24 ` Thierry Reding
  2013-03-27  6:11 ` Arun MURTHY
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2013-03-26 15:24 UTC (permalink / raw)
  To: Axel Lin; +Cc: Arun R Murthy, linux-kernel

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

On Tue, Mar 26, 2013 at 10:34:50PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  drivers/pwm/pwm-ab8500.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pwm/pwm-ab8500.c b/drivers/pwm/pwm-ab8500.c
> index 93af1bb..3beb2b5 100644
> --- a/drivers/pwm/pwm-ab8500.c
> +++ b/drivers/pwm/pwm-ab8500.c
> @@ -66,7 +66,7 @@ static int ab8500_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
>  				AB8500_MISC, AB8500_PWM_OUT_CTRL7_REG,
>  				1 << (chip->base - 1), ENABLE_PWM);
>  	if (ret < 0)
> -		dev_err(chip->dev, "%s: Failed to disable PWM, Error %d\n",
> +		dev_err(chip->dev, "%s: Failed to enable PWM, Error %d\n",
>  							pwm->label, ret);
>  	return ret;
>  }

Applied, thanks.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* RE: [PATCH] pwm: ab8500: Fix trivial typo in dev_err message
  2013-03-26 14:34 [PATCH] pwm: ab8500: Fix trivial typo in dev_err message Axel Lin
  2013-03-26 15:24 ` Thierry Reding
@ 2013-03-27  6:11 ` Arun MURTHY
  1 sibling, 0 replies; 3+ messages in thread
From: Arun MURTHY @ 2013-03-27  6:11 UTC (permalink / raw)
  To: Axel Lin, Thierry Reding; +Cc: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 315 bytes --]

> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Acked-by: Arun Murthy <arun.murthy@stericsson.com>


Thanks and Regards,
Arun R Murthy
------------------
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2013-03-27  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 14:34 [PATCH] pwm: ab8500: Fix trivial typo in dev_err message Axel Lin
2013-03-26 15:24 ` Thierry Reding
2013-03-27  6:11 ` Arun MURTHY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.