From: Thierry Reding <thierry.reding@avionic-design.de>
To: Axel Lin <axel.lin@ingics.com>
Cc: Arun R Murthy <arun.murthy@stericsson.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pwm: ab8500: Fix trivial typo in dev_err message
Date: Tue, 26 Mar 2013 16:24:32 +0100 [thread overview]
Message-ID: <20130326152432.GA28997@avionic-0098.mockup.avionic-design.de> (raw)
In-Reply-To: <1364308490.4090.0.camel@phoenix>
[-- 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 --]
next prev parent reply other threads:[~2013-03-26 15:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-26 14:34 [PATCH] pwm: ab8500: Fix trivial typo in dev_err message Axel Lin
2013-03-26 15:24 ` Thierry Reding [this message]
2013-03-27 6:11 ` Arun MURTHY
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130326152432.GA28997@avionic-0098.mockup.avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=arun.murthy@stericsson.com \
--cc=axel.lin@ingics.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox