* [PATCH] pinctrl: exynos: Add terminating entry for of_device_id table
@ 2012-11-02 13:46 Axel Lin
2012-11-05 11:44 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-11-02 13:46 UTC (permalink / raw)
To: Linus Walleij; +Cc: Tomasz Figa, Kyungmin Park, Thomas Abraham, linux-kernel
The of_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/pinctrl/pinctrl-exynos.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-exynos.c b/drivers/pinctrl/pinctrl-exynos.c
index 73a0aa2..b023254 100644
--- a/drivers/pinctrl/pinctrl-exynos.c
+++ b/drivers/pinctrl/pinctrl-exynos.c
@@ -36,6 +36,7 @@
/* list of external wakeup controllers supported */
static const struct of_device_id exynos_wkup_irq_ids[] = {
{ .compatible = "samsung,exynos4210-wakeup-eint", },
+ { }
};
static void exynos_gpio_irq_unmask(struct irq_data *irqd)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pinctrl: exynos: Add terminating entry for of_device_id table
2012-11-02 13:46 [PATCH] pinctrl: exynos: Add terminating entry for of_device_id table Axel Lin
@ 2012-11-05 11:44 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-11-05 11:44 UTC (permalink / raw)
To: Axel Lin; +Cc: Tomasz Figa, Kyungmin Park, Thomas Abraham, linux-kernel
On Fri, Nov 2, 2012 at 2:46 PM, Axel Lin <axel.lin@ingics.com> wrote:
> The of_device_id table is supposed to be zero-terminated.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Thanks Axel, patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-05 11:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 13:46 [PATCH] pinctrl: exynos: Add terminating entry for of_device_id table Axel Lin
2012-11-05 11:44 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox