From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] gpio: rcar: fix gpio_rcar_of_table
Date: Thu, 20 Jun 2013 08:05:36 +0000 [thread overview]
Message-ID: <31902772.So7m1K4hye@avalon> (raw)
In-Reply-To: <201306191750.43755.arnd@arndb.de>
Hi Arnd,
On Wednesday 19 June 2013 17:50:43 Arnd Bergmann wrote:
> The device table needs to be terminated with an empty element.
Oops, thanks for the patch.
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Cc: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> I've just added this patch on top of the arm-soc next/drivers branch
> that introduced the build warning.
>
> diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
> index 5a693dd..f332753 100644
> --- a/drivers/gpio/gpio-rcar.c
> +++ b/drivers/gpio/gpio-rcar.c
> @@ -437,6 +437,7 @@ static const struct of_device_id gpio_rcar_of_table[] > { {
> .compatible = "renesas,gpio-rcar",
> },
> + { },
> };
>
> MODULE_DEVICE_TABLE(of, gpio_rcar_of_table);
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] gpio: rcar: fix gpio_rcar_of_table
Date: Thu, 20 Jun 2013 10:05:36 +0200 [thread overview]
Message-ID: <31902772.So7m1K4hye@avalon> (raw)
In-Reply-To: <201306191750.43755.arnd@arndb.de>
Hi Arnd,
On Wednesday 19 June 2013 17:50:43 Arnd Bergmann wrote:
> The device table needs to be terminated with an empty element.
Oops, thanks for the patch.
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Cc: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> I've just added this patch on top of the arm-soc next/drivers branch
> that introduced the build warning.
>
> diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
> index 5a693dd..f332753 100644
> --- a/drivers/gpio/gpio-rcar.c
> +++ b/drivers/gpio/gpio-rcar.c
> @@ -437,6 +437,7 @@ static const struct of_device_id gpio_rcar_of_table[] =
> { {
> .compatible = "renesas,gpio-rcar",
> },
> + { },
> };
>
> MODULE_DEVICE_TABLE(of, gpio_rcar_of_table);
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-06-20 8:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-19 15:50 [PATCH] gpio: rcar: fix gpio_rcar_of_table Arnd Bergmann
2013-06-19 15:50 ` Arnd Bergmann
2013-06-20 0:50 ` Simon Horman
2013-06-20 0:50 ` Simon Horman
2013-06-20 10:19 ` Arnd Bergmann
2013-06-20 10:19 ` Arnd Bergmann
2013-06-20 12:00 ` Simon Horman
2013-06-20 12:00 ` Simon Horman
2013-06-20 8:05 ` Laurent Pinchart [this message]
2013-06-20 8:05 ` Laurent Pinchart
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=31902772.So7m1K4hye@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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 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.