mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
mfd: palmas: Remove trailing comma in the terminator entry
Remove trailing comma in the terminator entry for OF table. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Link: https://lore.kernel.org/r/20230831183153.63750-2-biju.das.jz@bp.renesas.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
e7df2d7c83
commit
3f9a06dc79
@ -499,7 +499,7 @@ static const struct of_device_id of_palmas_match_tbl[] = {
|
||||
.compatible = "ti,tps65917",
|
||||
.data = &tps65917_data,
|
||||
},
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user