From: Stephen Boyd Date: Sat, 24 May 2014 00:16:52 +0000 (-0700) Subject: mfd: tps65218: Terminate of match table X-Git-Tag: v3.16-rc1~82^2~6^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8320513e8b4c815206b5cc60f92a71c9ca5c439e;p=thirdparty%2Fkernel%2Flinux.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 a74bfb59f18f8..0d256cb002eb0 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,