From: Biju Das Date: Thu, 31 Aug 2023 18:31:50 +0000 (+0100) Subject: mfd: palmas: Remove trailing comma in the terminator entry X-Git-Tag: v6.7-rc1~102^2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f9a06dc7975d6261bdd252ba7e099d8f3514466;p=thirdparty%2Fkernel%2Flinux.git mfd: palmas: Remove trailing comma in the terminator entry Remove trailing comma in the terminator entry for OF table. Signed-off-by: Biju Das Link: https://lore.kernel.org/r/20230831183153.63750-2-biju.das.jz@bp.renesas.com Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c index 6e562bab62e42..769538b509039 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);