Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: exynos: Add terminating entry for of_device_id table

The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Axel Lin and committed by
Linus Walleij
afa538c2 d3e26f2f

+1
+1
drivers/pinctrl/pinctrl-exynos.c
··· 36 36 /* list of external wakeup controllers supported */ 37 37 static const struct of_device_id exynos_wkup_irq_ids[] = { 38 38 { .compatible = "samsung,exynos4210-wakeup-eint", }, 39 + { } 39 40 }; 40 41 41 42 static void exynos_gpio_irq_unmask(struct irq_data *irqd)