From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] at91: add_gpio_keys_device: fix missing conversion to DEVICE_ID_DYNAMIC
Date: Thu, 6 Dec 2012 14:42:27 +0100 [thread overview]
Message-ID: <20121206134227.GW10369@pengutronix.de> (raw)
In-Reply-To: <1354781558-15463-1-git-send-email-antonynpavlov@gmail.com>
On Thu, Dec 06, 2012 at 12:12:38PM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
Applied, thanks
Sascha
> arch/arm/boards/at91sam9261ek/init.c | 2 +-
> arch/arm/boards/at91sam9m10g45ek/init.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boards/at91sam9261ek/init.c b/arch/arm/boards/at91sam9261ek/init.c
> index 636da12..8842cfe 100644
> --- a/arch/arm/boards/at91sam9261ek/init.c
> +++ b/arch/arm/boards/at91sam9261ek/init.c
> @@ -180,7 +180,7 @@ static void ek_add_device_keyboard_buttons(void)
> at91_set_deglitch(keys[i].gpio, 1);
> }
>
> - add_gpio_keys_device(-1, &gk_pdata);
> + add_gpio_keys_device(DEVICE_ID_DYNAMIC, &gk_pdata);
> }
> #else
> static void ek_add_device_keyboard_buttons(void) {}
> diff --git a/arch/arm/boards/at91sam9m10g45ek/init.c b/arch/arm/boards/at91sam9m10g45ek/init.c
> index 0c03dea..4b6d5c4 100644
> --- a/arch/arm/boards/at91sam9m10g45ek/init.c
> +++ b/arch/arm/boards/at91sam9m10g45ek/init.c
> @@ -204,7 +204,7 @@ static void ek_device_add_keyboard(void)
> at91_set_deglitch(keys[i].gpio, 1);
> }
>
> - add_gpio_keys_device(-1, &gk_pdata);
> + add_gpio_keys_device(DEVICE_ID_DYNAMIC, &gk_pdata);
> }
> #else
> static void ek_device_add_keyboard(void) {}
> --
> 1.7.10.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-12-06 13:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-06 8:12 Antony Pavlov
2012-12-06 13:42 ` Sascha Hauer [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=20121206134227.GW10369@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=antonynpavlov@gmail.com \
--cc=barebox@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