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:
23b0251
)
mfd: tps65218: Terminate of match table
author
Stephen Boyd
<sboyd@codeaurora.org>
Sat, 24 May 2014 00:16:52 +0000
(17:16 -0700)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 3 Jun 2014 07:11:54 +0000
(08:11 +0100)
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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65218.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/tps65218.c
b/drivers/mfd/tps65218.c
index a74bfb59f18f8bada3ef227ac29893440c4c9404..0d256cb002eb00480113435390fc19d5d92cb6cf 100644
(file)
--- a/
drivers/mfd/tps65218.c
+++ b/
drivers/mfd/tps65218.c
@@
-197,6
+197,7
@@
static struct regmap_irq_chip tps65218_irq_chip = {
static const struct of_device_id of_tps65218_match_table[] = {
{ .compatible = "ti,tps65218", },
+ {}
};
static int tps65218_probe(struct i2c_client *client,