usb: renesas_usbhs: Remove trailing comma in the terminator entry for OF table
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 19 Mar 2024 10:53:55 +0000 (10:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Mar 2024 06:57:16 +0000 (07:57 +0100)
commitde9700f44d41d5ebdcbc0c5b5e1ffe7861eaffb1
tree2fa748f15d7a703ba2835c2adf45d7efb9feaf5b
parentcaf8fa1120c2fd9206cc1dfd58b8b55e0817238e
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>
drivers/usb/renesas_usbhs/common.c