projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab64920
)
soc: integrator: Add terminating entry for integrator_cm_match
author
Axel Lin
<axel.lin@ingics.com>
Sat, 29 Nov 2014 14:50:47 +0000
(22:50 +0800)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 4 Dec 2014 16:02:43 +0000
(17:02 +0100)
The of_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/versatile/soc-integrator.c
patch
|
blob
|
history
diff --git
a/drivers/soc/versatile/soc-integrator.c
b/drivers/soc/versatile/soc-integrator.c
index ccaa53739ab478387127ddd68811cddacb860f84..a5d7d39ae0adc2655c7abe1117108469d1091578 100644
(file)
--- 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)