mfd: palmas: Remove trailing comma in the terminator entry
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 31 Aug 2023 18:31:50 +0000 (19:31 +0100)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 10:02:10 +0000 (10:02 +0000)
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>
drivers/mfd/palmas.c

index 6e562bab62e4239d21100bb06b0837bb510f3c71..769538b50903922728ec8c9d67e0421c6b1b541d 100644 (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);