projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f267ea0
)
soc: versatile: Add terminating entry for realview_soc_of_match
author
Axel Lin
<axel.lin@ingics.com>
Sun, 19 Oct 2014 15:41:00 +0000
(23:41 +0800)
committer
Arnd Bergmann
<arnd@arndb.de>
Tue, 28 Oct 2014 21:05:07 +0000
(22:05 +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-realview.c
patch
|
blob
|
history
diff --git
a/drivers/soc/versatile/soc-realview.c
b/drivers/soc/versatile/soc-realview.c
index cea8ea3491d2c38fb1b5196b783fd5bd08c01a0c..1a07bf540fecc384ef44112e0798c1afd798e9dd 100644
(file)
--- a/
drivers/soc/versatile/soc-realview.c
+++ b/
drivers/soc/versatile/soc-realview.c
@@
-26,6
+26,7
@@
static const struct of_device_id realview_soc_of_match[] = {
{ .compatible = "arm,realview-pb11mp-soc", },
{ .compatible = "arm,realview-pba8-soc", },
{ .compatible = "arm,realview-pbx-soc", },
+ { }
};
static u32 realview_coreid;