public inbox for linux-kernel@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox