diff options
| author | Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> | 2025-09-10 21:41:23 +0100 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-15 17:44:35 -0700 |
| commit | b2e12fca3164faf7e0c073000ef693c7d9f764b2 (patch) | |
| tree | 115cbf7eed395f70d49cfa72b2446ad7b43f3753 /drivers | |
| parent | dt-bindings: net: pcs: renesas,rzn1-miic: Add RZ/T2H and RZ/N2H support (diff) | |
| download | linux-b2e12fca3164faf7e0c073000ef693c7d9f764b2.tar.gz linux-b2e12fca3164faf7e0c073000ef693c7d9f764b2.zip | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/pcs/pcs-rzn1-miic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcs/pcs-rzn1-miic.c b/drivers/net/pcs/pcs-rzn1-miic.c index ce73d9474d5b..c1bd7cd58478 100644 --- a/drivers/net/pcs/pcs-rzn1-miic.c +++ b/drivers/net/pcs/pcs-rzn1-miic.c @@ -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); |
