From: Stephen Boyd Date: Sat, 24 May 2014 00:16:52 +0000 (-0700) Subject: mfd: tps65218: Terminate of match table X-Git-Tag: next-20140530~51^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9f9b201a97e99a491979b1d5ddd11f59aeca7a0a;p=karo-tx-linux.git 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 Signed-off-by: Lee Jones --- 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,