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:
Biju Das 2023-08-31 19:31:50 +01:00 committed by Lee Jones
parent e7df2d7c83
commit 3f9a06dc79

View File

@ -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);