diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-23 20:16:52 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 03:11:54 -0400 |
commit | 8320513e8b4c815206b5cc60f92a71c9ca5c439e (patch) | |
tree | c7d8081a9324c96309ef595ea92da72c844eeb13 /drivers/mfd/tps65218.c | |
parent | 23b02519aaefbc3ec5b8ff67ef71def6040e0a04 (diff) |
mfd: tps65218: Terminate of match table
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>
Diffstat (limited to 'drivers/mfd/tps65218.c')
-rw-r--r-- | drivers/mfd/tps65218.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps65218.c b/drivers/mfd/tps65218.c index a74bfb59f18f..0d256cb002eb 100644 --- a/drivers/mfd/tps65218.c +++ b/drivers/mfd/tps65218.c | |||
@@ -197,6 +197,7 @@ static struct regmap_irq_chip tps65218_irq_chip = { | |||
197 | 197 | ||
198 | static const struct of_device_id of_tps65218_match_table[] = { | 198 | static const struct of_device_id of_tps65218_match_table[] = { |
199 | { .compatible = "ti,tps65218", }, | 199 | { .compatible = "ti,tps65218", }, |
200 | {} | ||
200 | }; | 201 | }; |
201 | 202 | ||
202 | static int tps65218_probe(struct i2c_client *client, | 203 | static int tps65218_probe(struct i2c_client *client, |