mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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 <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
23b02519aa
commit
8320513e8b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user