diff mbox series

[v3,1/4] mfd: palmas: Remove trailing comma in the terminator entry

Message ID 20230831183153.63750-2-biju.das.jz@bp.renesas.com
State New
Headers show
Series Match data improvements for palmas driver | expand

Commit Message

Biju Das Aug. 31, 2023, 6:31 p.m. UTC
Remove trailing comma in the terminator entry for OF table.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
v3:
 * New patch.
---
 drivers/mfd/palmas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c
index 6e562bab62e4..769538b50903 100644
--- a/drivers/mfd/palmas.c
+++ b/drivers/mfd/palmas.c
@@ -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);