Re: [PATCH] gpio: samsung: Add terminating entry for exynos_pinctrl_ids

2012-12-10 Thread Grant Likely
On Mon, 10 Dec 2012 11:13:06 +0100, Linus Walleij wrote: > On Mon, Dec 10, 2012 at 2:35 AM, Axel Lin wrote: > > > The of_device_id table is supposed to be zero-terminated. > > > > Signed-off-by: Axel Lin > > --- > > drivers/gpio/gpio-samsung.c |1 + > > 1 file changed, 1 insertion(+) > >

Re: [PATCH] gpio: samsung: Add terminating entry for exynos_pinctrl_ids

2012-12-10 Thread Linus Walleij
On Mon, Dec 10, 2012 at 2:35 AM, Axel Lin wrote: > The of_device_id table is supposed to be zero-terminated. > > Signed-off-by: Axel Lin > --- > drivers/gpio/gpio-samsung.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c > in

[PATCH] gpio: samsung: Add terminating entry for exynos_pinctrl_ids

2012-12-09 Thread Axel Lin
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin --- drivers/gpio/gpio-samsung.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index 01f7fe9..9e251be 100644 --- a/drivers/gpio/gpio-samsung.c +++ b