From: Daniel Mack <daniel@zonque.org>
To: Masanari Iida <standby24x7@gmail.com>,
haojian.zhuang@gmail.com, robert.jarzmik@free.fr,
linux-kernel@vger.kernel.org, linux@arm.linux.org.uk,
Alexander Shiyan <shc_work@mail.ru>
Subject: Re: [PATCH] ARM: pxa: Fix typo in zeus.c
Date: Sat, 31 Jan 2015 10:17:51 +0100 [thread overview]
Message-ID: <54CC9DBF.8070408@zonque.org> (raw)
In-Reply-To: <1422683378-21563-1-git-send-email-standby24x7@gmail.com>
On 01/31/2015 06:49 AM, Masanari Iida wrote:
> This patch fix a typo in struct platform_device can_regulator_device.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Daniel Mack <daniel@zonque.org>
That's a regression from 1ddff7da ("can: mcp251x: Replace power
callbacks with regulator API"), btw.
Thanks,
Daniel
> ---
> arch/arm/mach-pxa/zeus.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
> index 205f9bf..ac2ae5c 100644
> --- a/arch/arm/mach-pxa/zeus.c
> +++ b/arch/arm/mach-pxa/zeus.c
> @@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
> };
>
> static struct platform_device can_regulator_device = {
> - .name = "reg-fixed-volage",
> + .name = "reg-fixed-voltage",
> .id = 0,
> .dev = {
> .platform_data = &can_regulator_pdata,
>
next prev parent reply other threads:[~2015-01-31 9:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-31 5:49 [PATCH] ARM: pxa: Fix typo in zeus.c Masanari Iida
2015-01-31 9:17 ` Daniel Mack [this message]
2015-01-31 9:27 ` Robert Jarzmik
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=54CC9DBF.8070408@zonque.org \
--to=daniel@zonque.org \
--cc=haojian.zhuang@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=robert.jarzmik@free.fr \
--cc=shc_work@mail.ru \
--cc=standby24x7@gmail.com \
/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 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.