mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
net: pcs: rzn1-miic: Drop trailing comma from of_device_id table
Remove the trailing comma after the sentinel entry in the of_device_id match table. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://patch.msgid.link/20250910204132.319975-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
8c01cc2382
commit
b2e12fca31
|
|
@ -529,7 +529,7 @@ static void miic_remove(struct platform_device *pdev)
|
|||
|
||||
static const struct of_device_id miic_of_mtable[] = {
|
||||
{ .compatible = "renesas,rzn1-miic" },
|
||||
{ /* sentinel */ },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, miic_of_mtable);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user