projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e05dd4
)
clk: u300: Terminate of match table
author
Stephen Boyd
<sboyd@codeaurora.org>
Sat, 24 May 2014 00:16:51 +0000
(17:16 -0700)
committer
Mike Turquette
<mturquette@linaro.org>
Wed, 28 May 2014 01:29:04 +0000
(18:29 -0700)
Failure to terminate this match table can lead to boot failures
depending on where the compiler places the match table.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk-u300.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-u300.c
b/drivers/clk/clk-u300.c
index 3efbdd078d146c882bc1561c9c32040ec95c781a..406bfc1375b2d4a44e9e4993786cca2c48c713f3 100644
(file)
--- a/
drivers/clk/clk-u300.c
+++ b/
drivers/clk/clk-u300.c
@@
-1168,6
+1168,7
@@
static const struct of_device_id u300_clk_match[] __initconst = {
.compatible = "stericsson,u300-syscon-mclk",
.data = of_u300_syscon_mclk_init,
},
+ {}
};