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.

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>

authored by

Biju Das and committed by
Greg Kroah-Hartman
de9700f4 caf8fa11

+1 -1
+1 -1
drivers/usb/renesas_usbhs/common.c
··· 597 597 .compatible = "renesas,rzg2l-usbhs", 598 598 .data = &usbhs_rzg2l_plat_info, 599 599 }, 600 - { }, 600 + { } 601 601 }; 602 602 MODULE_DEVICE_TABLE(of, usbhs_of_match); 603 603