All of lore.kernel.org
 help / color / mirror / Atom feed
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: at91: fix pmc_clk_ids data type attriubte
Date: Wed, 18 Dec 2013 23:56:36 -0800	[thread overview]
Message-ID: <20131219075636.18119.74853@quantum> (raw)
In-Reply-To: <1387229127-7605-1-git-send-email-b.brezillon@overkiz.com>

Quoting Boris BREZILLON (2013-12-16 13:25:27)
> Fix pmc_clk_ids data type attribute (__initdata -> __initconst).
> 
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>

Acked-by: Mike Turquette <mturquette@linaro.org>

> ---
>  drivers/clk/at91/pmc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
> index 7b9db60..4c03eda 100644
> --- a/drivers/clk/at91/pmc.c
> +++ b/drivers/clk/at91/pmc.c
> @@ -228,7 +228,7 @@ out_free_pmc:
>         return NULL;
>  }
>  
> -static const struct of_device_id pmc_clk_ids[] __initdata = {
> +static const struct of_device_id pmc_clk_ids[] __initconst = {
>         /* Main clock */
>         {
>                 .compatible = "atmel,at91rm9200-clk-main",
> -- 
> 1.7.9.5
> 

WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@linaro.org>
To: Boris BREZILLON <b.brezillon@overkiz.com>,
	"Fengguang Wu" <fengguang.wu@intel.com>,
	"Nicolas Ferre" <nicolas.ferre@atmel.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	"Boris BREZILLON" <b.brezillon@overkiz.com>
Subject: Re: [PATCH] clk: at91: fix pmc_clk_ids data type attriubte
Date: Wed, 18 Dec 2013 23:56:36 -0800	[thread overview]
Message-ID: <20131219075636.18119.74853@quantum> (raw)
In-Reply-To: <1387229127-7605-1-git-send-email-b.brezillon@overkiz.com>

Quoting Boris BREZILLON (2013-12-16 13:25:27)
> Fix pmc_clk_ids data type attribute (__initdata -> __initconst).
> 
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>

Acked-by: Mike Turquette <mturquette@linaro.org>

> ---
>  drivers/clk/at91/pmc.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
> index 7b9db60..4c03eda 100644
> --- a/drivers/clk/at91/pmc.c
> +++ b/drivers/clk/at91/pmc.c
> @@ -228,7 +228,7 @@ out_free_pmc:
>         return NULL;
>  }
>  
> -static const struct of_device_id pmc_clk_ids[] __initdata = {
> +static const struct of_device_id pmc_clk_ids[] __initconst = {
>         /* Main clock */
>         {
>                 .compatible = "atmel,at91rm9200-clk-main",
> -- 
> 1.7.9.5
> 

  parent reply	other threads:[~2013-12-19  7:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16 21:25 [PATCH] clk: at91: fix pmc_clk_ids data type attriubte Boris BREZILLON
2013-12-16 21:25 ` Boris BREZILLON
2013-12-17  9:33 ` Nicolas Ferre
2013-12-17  9:33   ` Nicolas Ferre
2013-12-19  7:57   ` Mike Turquette
2013-12-19  7:57     ` Mike Turquette
2013-12-19 15:47     ` Nicolas Ferre
2013-12-19 15:47       ` Nicolas Ferre
2013-12-19  7:56 ` Mike Turquette [this message]
2013-12-19  7:56   ` Mike Turquette

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=20131219075636.18119.74853@quantum \
    --to=mturquette@linaro.org \
    --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.