Message ID | 20240319105356.87287-6-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | de9700f44d41d5ebdcbc0c5b5e1ffe7861eaffb1 |
Headers | show |
Series | Fix USB pipe configuration for RZ/G2L | expand |
diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c index b436927c2711..b6bef9081bf2 100644 --- a/drivers/usb/renesas_usbhs/common.c +++ b/drivers/usb/renesas_usbhs/common.c @@ -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);