* [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const
@ 2014-08-11 14:02 Kiran Padwal
[not found] ` <1407765741-3846-1-git-send-email-kiran.padwal21-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-08-29 5:10 ` Linus Walleij
0 siblings, 2 replies; 4+ messages in thread
From: Kiran Padwal @ 2014-08-11 14:02 UTC (permalink / raw)
To: swarren, linus.walleij
Cc: thierry.reding, kiran.padwal21, linux-tegra, linux-kernel
Make of_device_id array const, because all OF functions handle it as const.
Signed-off-by: Kiran Padwal <kiran.padwal21@gmail.com>
---
drivers/pinctrl/pinctrl-tegra124.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-tegra124.c b/drivers/pinctrl/pinctrl-tegra124.c
index e80797e..cb3e596 100644
--- a/drivers/pinctrl/pinctrl-tegra124.c
+++ b/drivers/pinctrl/pinctrl-tegra124.c
@@ -1996,7 +1996,7 @@ static int tegra124_pinctrl_probe(struct platform_device *pdev)
return tegra_pinctrl_probe(pdev, &tegra124_pinctrl);
}
-static struct of_device_id tegra124_pinctrl_of_match[] = {
+static const struct of_device_id tegra124_pinctrl_of_match[] = {
{ .compatible = "nvidia,tegra124-pinmux", },
{ },
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread[parent not found: <1407765741-3846-1-git-send-email-kiran.padwal21-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const 2014-08-11 14:02 [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const Kiran Padwal @ 2014-08-11 17:00 ` Stephen Warren 2014-08-29 5:10 ` Linus Walleij 1 sibling, 0 replies; 4+ messages in thread From: Stephen Warren @ 2014-08-11 17:00 UTC (permalink / raw) To: Kiran Padwal, linus.walleij-QSEj5FYQhm4dnm+yROfE0A Cc: thierry.reding-Re5JQEeQqe8AvxtiuMwx3w, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On 08/11/2014 08:02 AM, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const. The series, Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const @ 2014-08-11 17:00 ` Stephen Warren 0 siblings, 0 replies; 4+ messages in thread From: Stephen Warren @ 2014-08-11 17:00 UTC (permalink / raw) To: Kiran Padwal, linus.walleij; +Cc: thierry.reding, linux-tegra, linux-kernel On 08/11/2014 08:02 AM, Kiran Padwal wrote: > Make of_device_id array const, because all OF functions handle it as const. The series, Acked-by: Stephen Warren <swarren@nvidia.com> ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const 2014-08-11 14:02 [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const Kiran Padwal [not found] ` <1407765741-3846-1-git-send-email-kiran.padwal21-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2014-08-29 5:10 ` Linus Walleij 1 sibling, 0 replies; 4+ messages in thread From: Linus Walleij @ 2014-08-29 5:10 UTC (permalink / raw) To: Kiran Padwal Cc: Stephen Warren, Thierry Reding, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, Aug 11, 2014 at 4:02 PM, Kiran Padwal <kiran.padwal21@gmail.com> wrote: > Make of_device_id array const, because all OF functions handle it as const. > > Signed-off-by: Kiran Padwal <kiran.padwal21@gmail.com> Applied and squashed. Yours, Linus Walleij ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-29 5:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 14:02 [PATCH 1/3] pinctrl: tegra124: Make of_device_id array const Kiran Padwal
[not found] ` <1407765741-3846-1-git-send-email-kiran.padwal21-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-08-11 17:00 ` Stephen Warren
2014-08-11 17:00 ` Stephen Warren
2014-08-29 5:10 ` Linus Walleij
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.