]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: tps65218: Terminate of match table
authorStephen Boyd <sboyd@codeaurora.org>
Sat, 24 May 2014 00:16:52 +0000 (17:16 -0700)
committerLee 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

index a74bfb59f18f8bada3ef227ac29893440c4c9404..0d256cb002eb00480113435390fc19d5d92cb6cf 100644 (file)
@@ -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,