linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: imx35: fix trivial copy/paste error
Date: Mon, 28 Feb 2011 09:13:41 +0100	[thread overview]
Message-ID: <20110228081341.GJ22310@pengutronix.de> (raw)
In-Reply-To: <1298767313-16351-3-git-send-email-desrt@desrt.ca>

Hi Ryan,

On Sat, Feb 26, 2011 at 07:41:53PM -0500, Ryan Lortie wrote:
> Change imx31_add_imx_keypad() to imx35_add_imx_keypad() in
> mach-mx3/devices-imx35.h.
> 
> Signed-off-by: Ryan Lortie <desrt@desrt.ca>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>

To increase your chances to get imx related patches in, you'd better Cc:
kernel at pengutronix.de

Best regards
Uwe

> ---
>  arch/arm/mach-mx3/devices-imx35.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-mx3/devices-imx35.h b/arch/arm/mach-mx3/devices-imx35.h
> index 677b18a..d545d86 100644
> --- a/arch/arm/mach-mx3/devices-imx35.h
> +++ b/arch/arm/mach-mx3/devices-imx35.h
> @@ -35,7 +35,7 @@ extern const struct imx_imx_i2c_data imx35_imx_i2c_data[] __initconst;
>  #define imx35_add_imx_i2c2(pdata)	imx35_add_imx_i2c(2, pdata)
>  
>  extern const struct imx_imx_keypad_data imx35_imx_keypad_data __initconst;
> -#define imx31_add_imx_keypad(pdata)	\
> +#define imx35_add_imx_keypad(pdata)	\
>  	imx_add_imx_keypad(&imx35_imx_keypad_data, pdata)
>  
>  extern const struct imx_imx_ssi_data imx35_imx_ssi_data[] __initconst;
> -- 
> 1.7.4.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

      reply	other threads:[~2011-02-28  8:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-27  0:41 Some trivial ARM fixes Ryan Lortie
2011-02-27  0:41 ` [PATCH 1/2] ARM: imx35: fix ATA_DATA3 pad control address Ryan Lortie
2011-02-27  5:18   ` Marc Reilly
2011-02-27  0:41 ` [PATCH 2/2] ARM: imx35: fix trivial copy/paste error Ryan Lortie
2011-02-28  8:13   ` Uwe Kleine-König [this message]

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=20110228081341.GJ22310@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).