diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-24 02:16:52 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 09:11:54 +0200 |
commit | 8320513e8b4c815206b5cc60f92a71c9ca5c439e (patch) | |
tree | c7d8081a9324c96309ef595ea92da72c844eeb13 /drivers/mfd/tps65218.c | |
parent | mfd: db8500-prcmu: Remove check for CONFIG_DBX500_PRCMU_DEBUG (diff) | |
download | linux-8320513e8b4c815206b5cc60f92a71c9ca5c439e.tar.xz linux-8320513e8b4c815206b5cc60f92a71c9ca5c439e.zip |
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 = { static const struct of_device_id of_tps65218_match_table[] = { { .compatible = "ti,tps65218", }, + {} }; static int tps65218_probe(struct i2c_client *client, |