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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user