Re: [PATCH] pinctrl: exynos: Add terminating entry for of_device_id table

2012-11-05 Thread Linus Walleij
On Fri, Nov 2, 2012 at 2:46 PM, Axel Lin wrote: > The of_device_id table is supposed to be zero-terminated. > > Signed-off-by: Axel Lin Thanks Axel, patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] pinctrl: exynos: Add terminating entry for of_device_id table

2012-11-05 Thread Linus Walleij
On Fri, Nov 2, 2012 at 2:46 PM, Axel Lin axel@ingics.com wrote: The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin axel@ingics.com Thanks Axel, patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[PATCH] pinctrl: exynos: Add terminating entry for of_device_id table

2012-11-02 Thread Axel Lin
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin --- 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 ---

[PATCH] pinctrl: exynos: Add terminating entry for of_device_id table

2012-11-02 Thread Axel Lin
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin axel@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 ---