From: Axel Lin Date: Sat, 16 Mar 2013 04:21:12 +0000 (+0800) Subject: gpio: samsung: Add terminating entry for exynos_pinctrl_ids X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=43158441934fd9f1d2a2434c9eec1b682391a49b;p=linux-beck.git gpio: samsung: Add terminating entry for exynos_pinctrl_ids The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin Acked-by: Grant Likely Acked-by: Kukjin Kim Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index b3643ff007e4..c4b51d820417 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c @@ -3025,6 +3025,7 @@ static __init int samsung_gpiolib_init(void) { .compatible = "samsung,exynos4210-pinctrl", }, { .compatible = "samsung,exynos4x12-pinctrl", }, { .compatible = "samsung,exynos5440-pinctrl", }, + { } }; for_each_matching_node(pctrl_np, exynos_pinctrl_ids) if (pctrl_np && of_device_is_available(pctrl_np))