usb: renesas_usbhs: Remove trailing comma in the terminator entry for OF table

Remove the trailing comma in the terminator entry for the OF table
making code robust against (theoretical) misrebases or other similar
things where the new entry goes _after_ the termination without the
compiler noticing.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240319105356.87287-6-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Biju Das 2024-03-19 10:53:55 +00:00 committed by Greg Kroah-Hartman
parent caf8fa1120
commit de9700f44d

View File

@ -597,7 +597,7 @@ static const struct of_device_id usbhs_of_match[] = {
.compatible = "renesas,rzg2l-usbhs",
.data = &usbhs_rzg2l_plat_info,
},
{ },
{ }
};
MODULE_DEVICE_TABLE(of, usbhs_of_match);