Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8320513e authored by Stephen Boyd's avatar Stephen Boyd Committed by Lee Jones
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 23b02519
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,