Skip to content

Commit

Permalink
mfd: tps65218: Terminate of match table
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Lee Jones committed Jun 3, 2014
1 parent 23b0251 commit 8320513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/tps65218.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8320513

Please sign in to comment.