Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Biju Das and committed by
Lee Jones
3f9a06dc e7df2d7c

+1 -1
+1 -1
drivers/mfd/palmas.c
··· 499 499 .compatible = "ti,tps65917", 500 500 .data = &tps65917_data, 501 501 }, 502 - { }, 502 + { } 503 503 }; 504 504 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl); 505 505