Commit 3f9a06dc authored by Biju Das's avatar Biju Das Committed by Lee Jones

mfd: palmas: Remove trailing comma in the terminator entry

Remove trailing comma in the terminator entry for OF table.
Signed-off-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230831183153.63750-2-biju.das.jz@bp.renesas.comSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent e7df2d7c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment