From: Axel Lin Date: Sat, 29 Nov 2014 14:50:47 +0000 (+0800) Subject: soc: integrator: Add terminating entry for integrator_cm_match X-Git-Tag: v5.15~16772^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c747803861f7e3849673754062e827d8d21dbcc4;p=platform%2Fkernel%2Flinux-starfive.git soc: integrator: Add terminating entry for integrator_cm_match The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin Acked-by: Linus Walleij Signed-off-by: Arnd Bergmann --- diff --git a/drivers/soc/versatile/soc-integrator.c b/drivers/soc/versatile/soc-integrator.c index ccaa537..a5d7d39 100644 --- a/drivers/soc/versatile/soc-integrator.c +++ b/drivers/soc/versatile/soc-integrator.c @@ -23,6 +23,7 @@ static u32 integrator_coreid; static const struct of_device_id integrator_cm_match[] = { { .compatible = "arm,core-module-integrator", }, + { } }; static const char *integrator_arch_str(u32 id)